| test.org.mandarax.jdbc.AbstractQueryTestCase test.org.mandarax.jdbc.QueryTestCase5
QueryTestCase5 | public class QueryTestCase5 extends AbstractQueryTestCase implements Constants(Code) | | Test case based on the memory kb from the test.org.mandarax.util.resultsetfilters package.
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0 |
Method Summary | |
protected List | getPrefContainer() Get the container used to organise results. | public void | setUp() Set up the test case. | public void | test() Run the test case. | public String | toString() Convert this object to a string. |
QueryTestCase5 | public QueryTestCase5(String sql, Object[][] expected)(Code) | | Constructor.
Parameters: name - the name of this test case Parameters: orderByConditions - the order by conditions Parameters: expected - the expected results |
QueryTestCase5 | public QueryTestCase5(String sql, Object[][] expected, boolean ignoreOrderOfResults)(Code) | | Constructor.
Parameters: name - the name of this test case Parameters: orderByConditions - the order by conditions Parameters: expected - the expected results Parameters: ignoreOrderOfResults - if true, the order of the results is ignored |
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 |
|
|