public abstract class AbstractListQueryTest extends AbstractQueryTest implements ListQueryTestIface
EXTENSION, MODEL_FAMILY
Constructor and Description |
---|
AbstractListQueryTest() |
Modifier and Type | Method and Description |
---|---|
tools.descartes.dql.lang.descartesQL.ListQuery |
getListQuery(tools.descartes.dql.lang.descartesQL.DescartesQL query) |
void |
testListQuery() |
void |
testNotNullFilterClause() |
void |
testNullFilterClause() |
void |
testUsingClause() |
getQuery, getQueryRawText, initialize, setQuery, setQueryRawText, testUsingClause
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
testFilterClause, testListQueryMode
initialize, initializeTest
public tools.descartes.dql.lang.descartesQL.ListQuery getListQuery(tools.descartes.dql.lang.descartesQL.DescartesQL query)
public final void testListQuery()
public void testNotNullFilterClause()
public void testNullFilterClause()
public void testUsingClause()
testUsingClause
in interface ListQueryTestIface