Method Summary |
|
static void | addANDTests(TestSuite suite) Add tests with compound conditions connected by AND. |
static void | addAdvancedTests(TestSuite suite) Add tests with complex combinations of different clauses (e.g., group by and order by, where and having). |
static void | addComplexConditionTests(TestSuite suite) Add tests with complex (nested) conditions. |
static void | addCountTests(TestSuite suite) Add tests for counting. |
static void | addGroupByTests(TestSuite suite) Add tests with a group by clause. |
static void | addHavingTests(TestSuite suite) Add tests with a group by and a having clause. |
static void | addNOTTests(TestSuite suite) Add tests with negated conditions. |
static void | addORTests(TestSuite suite) Add tests with compound conditions connected by OR. |
static void | addOrderByTests(TestSuite suite) Add tests with an order by clause. |
static void | addSimpleCompareTests(TestSuite suite) Add tests with one condition using <,>,<= and >= operators. |
static void | addSimpleEqualTests(TestSuite suite) Add tests with one condition using = as operator. |
static void | addSimpleLikeTests(TestSuite suite) Add tests with one condition using the like operator. |
static Object[] | convert(String name, String fname, String dob, int weight, double size) Convert a record. |
public static void | main(String[] args) Launch the test suite. |
public static java.sql.Date | parse(String txt) Parse a string and return it as SQL date. |
public static TestSuite | suite() Get the test suite. |