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
-
-
-
-
Method Detail
-
setup
public void setup()
-
testGroupSumSort
public void testGroupSumSort()
-
testMatchGroupMin
public void testMatchGroupMin()
-
testGroupProject
public void testGroupProject()
-
testUnwindGroup
public void testUnwindGroup()
-
testLimit
public void testLimit()
-
testMatchUnaryComparison
public void testMatchUnaryComparison()
-
testMatchIn
public void testMatchIn()
-
testOut
public void testOut()
-
testProjectArrayElemAt
public void testProjectArrayElemAt()
-
testSize
public void testSize()
-
testOperatorExpressions
public void testOperatorExpressions() throws com.mongodb.MongoException, ParseException
- Throws:
com.mongodb.MongoException
ParseException
-
testOperatorExpressions2
public void testOperatorExpressions2() throws com.mongodb.MongoException, ParseException
- Throws:
com.mongodb.MongoException
ParseException
-
-