Uses of Annotation Interface
org.mongounit.AssertMatchesDataset
Packages that use AssertMatchesDataset
-
Uses of AssertMatchesDataset in org.mongounit.model
Methods in org.mongounit.model that return types with arguments of type AssertMatchesDatasetMethods in org.mongounit.model with parameters of type AssertMatchesDatasetModifier and TypeMethodDescriptionvoid
MongoUnitAnnotations.addAssertMatchesDatasetAnnotation
(AssertMatchesDataset assertMatchesDatasetAnnotation) Adds the provided 'assertMatchesDatasetAnnotation' to the list ofAssertMatchesDataset
annotations.void
MongoUnitAnnotations.addAssertMatchesDatasetAnnotations
(AssertMatchesDataset[] assertMatchesDatasetAnnotations) Adds the provided 'assertMatchesDatasetAnnotations' to the list ofAssertMatchesDataset
annotations.Method parameters in org.mongounit.model with type arguments of type AssertMatchesDatasetModifier and TypeMethodDescriptionvoid
MongoUnitAnnotations.setAssertMatchesDatasetAnnotations
(List<AssertMatchesDataset> assertMatchesDatasetAnnotations)