Package org.mongojack
Class TestAggregationBuilder
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestAggregationBuilder
-
public class TestAggregationBuilder extends MongoDBTestBase
-
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestAggregationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testGroupProject()
void
testGroupSumSort()
void
testLimit()
void
testMatchGroupMin()
void
testMatchIn()
void
testMatchUnaryComparison()
void
testOperatorExpressions()
void
testOperatorExpressions2()
void
testOut()
void
testProjectArrayElemAt()
void
testSize()
void
testUnwindGroup()
-
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()
-
testGroupSumSort
@Test public void testGroupSumSort()
-
testMatchGroupMin
@Test public void testMatchGroupMin()
-
testGroupProject
@Test public void testGroupProject()
-
testUnwindGroup
@Test public void testUnwindGroup()
-
testLimit
@Test public void testLimit()
-
testMatchUnaryComparison
@Test public void testMatchUnaryComparison()
-
testMatchIn
@Test public void testMatchIn()
-
testOut
@Test public void testOut()
-
testProjectArrayElemAt
@Test public void testProjectArrayElemAt()
-
testSize
@Test public void testSize()
-
testOperatorExpressions
@Test public void testOperatorExpressions() throws com.mongodb.MongoException, ParseException
- Throws:
com.mongodb.MongoException
ParseException
-
testOperatorExpressions2
@Test public void testOperatorExpressions2() throws com.mongodb.MongoException, ParseException
- Throws:
com.mongodb.MongoException
ParseException
-
-