| test.org.mandarax.jdbc.AbstractQueryTestCase test.org.mandarax.jdbc.QueryTestCase6
QueryTestCase6 | public class QueryTestCase6 extends AbstractQueryTestCase implements Constants(Code) | | Test case based on the memory kb from the test.org.mandarax.util.resultsetfilters package.
Suitable to test SELECT COUNT(*) statements.
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0 |
QueryTestCase6 | public QueryTestCase6(String sql, int expected)(Code) | | Constructor.
Parameters: name - the name of this test case Parameters: orderByConditions - the order by conditions Parameters: expected - the expected number of results |
getPrefContainer | protected List getPrefContainer()(Code) | | Get the container used to organise results.
The container selected will determine whether the order of the results is retained etc.
|
toString | public String toString()(Code) | | Convert this object to a string.
the string representation of this object |
|
|