Uses of Annotation Interface
org.mongounit.SeedWithDataset
Packages that use SeedWithDataset
-
Uses of SeedWithDataset in org.mongounit.model
Methods in org.mongounit.model that return types with arguments of type SeedWithDatasetMethods in org.mongounit.model with parameters of type SeedWithDatasetModifier and TypeMethodDescriptionvoid
MongoUnitAnnotations.addSeedWithDatasetAnnotation
(SeedWithDataset seedWithDatasetAnnotation) Adds the provided 'seedWithDatasetAnnotation' to the list ofSeedWithDataset
annotations.void
MongoUnitAnnotations.addSeedWithDatasetAnnotations
(SeedWithDataset[] seedWithDatasetAnnotations) Adds the provided 'seedWithDatasetAnnotations' to the list ofSeedWithDataset
annotations.Method parameters in org.mongounit.model with type arguments of type SeedWithDatasetModifier and TypeMethodDescriptionvoid
MongoUnitAnnotations.setSeedWithDatasetAnnotations
(List<SeedWithDataset> seedWithDatasetAnnotations) Constructor parameters in org.mongounit.model with type arguments of type SeedWithDatasetModifierConstructorDescriptionMongoUnitAnnotations
(List<SeedWithDataset> seedWithDatasetAnnotations, List<AssertMatchesDataset> assertMatchesDatasetAnnotations) Constructor.