Package org.mongojack
Class TestQuerySerialization
- java.lang.Object
-
- org.mongojack.MongoDBTestBase
-
- org.mongojack.TestQuerySerialization
-
public class TestQuerySerialization extends MongoDBTestBase
-
-
Field Summary
-
Fields inherited from class org.mongojack.MongoDBTestBase
db, mongo, uuidRepresentation
-
-
Constructor Summary
Constructors Constructor Description TestQuerySerialization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAll()
void
testAnd()
void
testArrayEquals()
void
testEqual_collectionOfRefs()
void
testEqual_collectionOfStrings()
void
testIn()
void
testIn_collectionOfRefs()
void
testIn_collectionOfStrings()
void
testLessThan()
void
testLessThanWithoutCustomFilters()
void
testList()
void
testMaxKey()
void
testMaxKeyInArray()
void
testMinKey()
void
testMinKeyInArray()
void
testSearchForCustomSerializedFields()
void
testSearchForCustomSerializedFieldsInList()
void
testSearchForCustomSerializedFieldsWithSimpleSerialization()
void
testSearchWithPatternFilter()
void
testSimpleEquals()
-
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()
-
testSimpleEquals
@Test public void testSimpleEquals()
-
testIn
@Test public void testIn()
-
testIn_collectionOfStrings
@Test public void testIn_collectionOfStrings()
-
testEqual_collectionOfStrings
@Test public void testEqual_collectionOfStrings()
-
testIn_collectionOfRefs
@Test public void testIn_collectionOfRefs()
-
testEqual_collectionOfRefs
@Test public void testEqual_collectionOfRefs()
-
testLessThan
@Test public void testLessThan()
-
testLessThanWithoutCustomFilters
@Test public void testLessThanWithoutCustomFilters()
-
testAnd
@Test public void testAnd()
-
testAll
@Test public void testAll()
-
testList
@Test public void testList()
-
testArrayEquals
@Test public void testArrayEquals()
-
testSearchForCustomSerializedFields
@Test public void testSearchForCustomSerializedFields()
-
testSearchForCustomSerializedFieldsWithSimpleSerialization
@Test public void testSearchForCustomSerializedFieldsWithSimpleSerialization()
-
testSearchForCustomSerializedFieldsInList
@Test public void testSearchForCustomSerializedFieldsInList()
-
testSearchWithPatternFilter
@Test public void testSearchWithPatternFilter()
-
testMinKey
@Test public void testMinKey()
-
testMinKeyInArray
@Test public void testMinKeyInArray()
-
testMaxKey
@Test public void testMaxKey()
-
testMaxKeyInArray
@Test public void testMaxKeyInArray()
-
-