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(); }
1295129612971298129913001301
new FunctionTests(this).testCaseStatement(); } @Test public void testEnums() throws Exception { new EnumTests(this).testEnums(); }
1300130113021303130413051306
new EnumTests(this).testEnums(); } @Test public <R extends TableRecord<R>> void testCustomEnums() throws Exception { new EnumTests(this).testCustomEnums(); }
1305130613071308130913101311
new EnumTests(this).testCustomEnums(); } @Test public void testMasterData() throws Exception { new EnumTests(this).testMasterData(); }
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(); }