Package org.mongojack
Class TestAggregate
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestAggregate
-
public class TestAggregate extends MongoDBTestBase
-
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testAggregateAugmentedFieldSetReturnedInDifferentObject()
void
testAggregateMultipleOpsItemsInCollection()
void
testAggregateMultipleOpsItemsInCollection2()
void
testAggregateSingleOpItemsInCollection()
void
testAggregateSingleOpNothingInCollection()
void
testBsonValueSerialization()
-
Methods inherited from class org.mongojack.MongoDBTestBase
configure, connectToDb, disconnectFromDb, getCollection, getCollection, getCollection, getCollection, getCollectionWithView, getMongoCollection, getMongoCollection, getUnderlyingCollection, startDb
-
-
-
-
Method Detail
-
setup
@BeforeEach public void setup()
-
testAggregateSingleOpNothingInCollection
@Test public void testAggregateSingleOpNothingInCollection()
-
testAggregateSingleOpItemsInCollection
@Test public void testAggregateSingleOpItemsInCollection()
-
testAggregateMultipleOpsItemsInCollection
@Test public void testAggregateMultipleOpsItemsInCollection()
-
testAggregateMultipleOpsItemsInCollection2
@Test public void testAggregateMultipleOpsItemsInCollection2()
-
testAggregateAugmentedFieldSetReturnedInDifferentObject
@Test public void testAggregateAugmentedFieldSetReturnedInDifferentObject()
-
testBsonValueSerialization
@Test public void testBsonValueSerialization()
-
-