Uses of Package
org.mongounit
-
ClassDescription
DatasetGeneratorArguments
class represents all arguments passed into theDatasetGenerator
standalone program.DatasetGeneratorArguments.DatasetGeneratorArgumentsBuilder
class is a builder pattern class for theDatasetGeneratorArguments
class.LocationType
enum specifies how 'locations' values inSeedWithDataset
andAssertMatchesDataset
annotations should be interpreted.MongoUnitException
class represents the root exception of any exceptions in the MongoUnit framework. -
ClassDescription
MongoUnitException
class represents the root exception of any exceptions in the MongoUnit framework. -
ClassDescription
AssertMatchesDataset
annotation specifies location(s) of a JSON-based file(s) with data to match the state of the database with.SeedWithDataset
annotation specifies location(s) of a JSON-based file(s) with data to seed the database before a target test is executed.