Package org.mongounit.model
package org.mongounit.model
-
ClassDescription
AssertionResult
class represents internal assertion result.AssertionResult.AssertionResultBuilder
class is a builder pattern class for theAssertionResult
class.MongoUnitAnnotations
class is a holder ofAssertMatchesDataset
andSeedWithDataset
annotations discovered on a test class or a test method.MongoUnitCollection
class contains information needed to read or seed the database with for a single collection.MongoUnitCollection.MongoUnitCollectionBuilder
class is a builder pattern class for theMongoUnitCollection
class.MongoUnitDatasets
class contains seed and assert datasets.MongoUnitValue
class represents the fields and values represented by the special format of the MongoUnit value.MongoUnitValue.MongoUnitValueBuilder
class is a builder pattern class for theMongoUnitValue
class.