1245124612471248124912501251
new FunctionTests(this).testBitwiseOperations(); } @Test public void testAggregateFunctions() throws Exception { new AggregateWindowFunctionTests(this).testAggregateFunctions(); }
1250125112521253125412551256
new AggregateWindowFunctionTests(this).testAggregateFunctions(); } @Test public void testListAgg() throws Exception { new AggregateWindowFunctionTests(this).testListAgg(); }
1360136113621363136413651366
new GeneralTests(this).testDual(); } @Test public void testWindowFunctions() throws Exception { new AggregateWindowFunctionTests(this).testWindowFunctions(); }
1031103210331034103510361037
new GroupByTests(this).testHavingWithoutGrouping(); } @Test public void testInsertUpdateDelete() throws Exception { new CRUDTests(this).testInsertUpdateDelete(); }
1096109710981099110011011102
new DataTypeTests(this).testDateTimeArithmetic(); } @Test public void testManager() throws Exception { new CRUDTests(this).testManager(); }
1101110211031104110511061107
new CRUDTests(this).testManager(); } @Test public void testRelations() throws Exception { new CRUDTests(this).testRelations(); }
1106110711081109111011111112
new CRUDTests(this).testRelations(); } @Test public void testUpdatablesPK() throws Exception { new CRUDTests(this).testUpdatablesPK(); }
1111111211131114111511161117
new CRUDTests(this).testUpdatablesPK(); } @Test public void testUpdatablesPKChangePK() throws Exception { new CRUDTests(this).testUpdatablesPKChangePK(); }
801802803804805806807
new DataTypeTests(this).testNumbers(); } @Test public void testLiterals() throws Exception { new GeneralTests(this).testLiterals(); }
871872873874875876877
new DataTypeTests(this).testCastingToDialectDataType(); } @Test public void testSequences() throws Exception { new GeneralTests(this).testSequences(); }