Uses of Package
org.mongounit
Packages that use org.mongounit
-
Classes in org.mongounit used by org.mongounitClassDescription
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. -
Classes in org.mongounit used by org.mongounit.configClassDescription
MongoUnitException
class represents the root exception of any exceptions in the MongoUnit framework. -
Classes in org.mongounit used by org.mongounit.modelClassDescription
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.