Package org.mongojack
Class TestDBSort
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestDBSort
-
public class TestDBSort extends MongoDBTestBase
-
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestDBSort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAsc()
void
testAscDesc()
void
testDesc()
void
testDescAsc()
void
testSortsAsc()
void
testSortsAscDesc()
void
testSortsDesc()
void
testSortsDescAsc()
-
Methods inherited from class org.mongojack.MongoDBTestBase
configure, connectToDb, disconnectFromDb, getCollection, getCollection, getCollection, getCollection, getCollectionWithView, getMongoCollection, getMongoCollection, getUnderlyingCollection
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
testAsc
public void testAsc()
-
testDesc
public void testDesc()
-
testAscDesc
public void testAscDesc()
-
testDescAsc
public void testDescAsc()
-
testSortsAsc
public void testSortsAsc()
-
testSortsDesc
public void testSortsDesc()
-
testSortsAscDesc
public void testSortsAscDesc()
-
testSortsDescAsc
public void testSortsDescAsc()
-
-