916917918919920921922
new DataTypeTests(this).testTypeConversions(); } @Test public void testConditionalSelect() throws Exception { new PredicateTests(this).testConditionalSelect(); }
921922923924925926927
new PredicateTests(this).testConditionalSelect(); } @Test public void testConditions() throws Exception { new PredicateTests(this).testConditions(); }
926927928929930931932
new PredicateTests(this).testConditions(); } @Test public void testIgnoreCase() throws Exception { new PredicateTests(this).testIgnoreCase(); }
931932933934935936937
new PredicateTests(this).testIgnoreCase(); } @Test public void testLargeINCondition() throws Exception { new PredicateTests(this).testLargeINCondition(); }
1345134613471348134913501351
new GeneralTests(this).testNULL(); } @Test public void testIsTrue() throws Exception { new PredicateTests(this).testIsTrue(); }
1350135113521353135413551356
new PredicateTests(this).testIsTrue(); } @Test public void testLike() throws Exception { new PredicateTests(this).testLike(); }