Package org.mongojack
Class TestDBProjection
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestDBProjection
-
public class TestDBProjection extends MongoDBTestBase
-
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestDBProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testExcludes()
void
testIncludes()
void
testProjectionsExcludes()
void
testProjectionsIncludes()
void
testProjectionsIterableExcludes()
void
testProjectionsIterableIncludes()
-
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()
-
testIncludes
@Test public void testIncludes()
-
testExcludes
@Test public void testExcludes()
-
testProjectionsIncludes
@Test public void testProjectionsIncludes()
-
testProjectionsExcludes
@Test public void testProjectionsExcludes()
-
testProjectionsIterableIncludes
@Test public void testProjectionsIterableIncludes()
-
testProjectionsIterableExcludes
@Test public void testProjectionsIterableExcludes()
-
-