Package org.mongojack
Class TestBsonSerializers
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestBsonSerializers
-
public class TestBsonSerializers extends MongoDBTestBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestBsonSerializers.BsonHoldingObject
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestBsonSerializers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAggregationWithFailingList()
void
testAggregationWithFailingListWithoutCustomObjectMapper()
void
testAggregationWithNull()
void
testCollectionOfBsonDocuments()
void
testCollectionOfDocuments()
void
testCollectionOfFilters()
void
testPojoCollectionOfBsonDocuments()
void
testPojoCollectionOfDocuments()
void
testPojoCollectionOfFilters()
void
testPojoCollectionWithArray()
-
Methods inherited from class org.mongojack.MongoDBTestBase
configure, connectToDb, disconnectFromDb, getCollection, getCollection, getCollection, getCollection, getCollectionWithView, getMongoCollection, getMongoCollection, getUnderlyingCollection, startDb
-
-
-
-
Method Detail
-
testCollectionOfDocuments
@Test public void testCollectionOfDocuments()
-
testCollectionOfBsonDocuments
@Test public void testCollectionOfBsonDocuments()
-
testCollectionOfFilters
@Test public void testCollectionOfFilters()
-
testPojoCollectionOfDocuments
@Test public void testPojoCollectionOfDocuments()
-
testPojoCollectionOfBsonDocuments
@Test public void testPojoCollectionOfBsonDocuments()
-
testPojoCollectionOfFilters
@Test public void testPojoCollectionOfFilters()
-
testPojoCollectionWithArray
@Test public void testPojoCollectionWithArray()
-
testAggregationWithFailingList
@Test public void testAggregationWithFailingList()
-
testAggregationWithNull
@Test public void testAggregationWithNull()
-
testAggregationWithFailingListWithoutCustomObjectMapper
@Test public void testAggregationWithFailingListWithoutCustomObjectMapper()
-
-