Package org.mongojack
Class TestMapReduce
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestMapReduce
-
public class TestMapReduce extends MongoDBTestBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestMapReduce.Complex
static class
TestMapReduce.Simple
static class
TestMapReduce.Value
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestMapReduce()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testComplexInlineMapReduce()
void
testComplexReplaceMapReduce()
void
testInlineMapReduce()
void
testReplaceMapReduce()
-
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()
-
testInlineMapReduce
@Test public void testInlineMapReduce()
-
testReplaceMapReduce
@Test public void testReplaceMapReduce()
-
testComplexInlineMapReduce
@Test public void testComplexInlineMapReduce()
-
testComplexReplaceMapReduce
@Test public void testComplexReplaceMapReduce()
-
-