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(); }
1126112711281129113011311132
new CRUDTests(this).testNonUpdatables(); } @Test public void testFormatHTML() throws Exception { new FormatTests(this).testFormatHTML(); }
1131113211331134113511361137
new FormatTests(this).testFormatHTML(); } @Test public void testFormatCSV() throws Exception { new FormatTests(this).testFormatCSV(); }
1136113711381139114011411142
new FormatTests(this).testFormatCSV(); } @Test public void testFormatJSON() throws Exception { new FormatTests(this).testFormatJSON(); }
1141114211431144114511461147
new FormatTests(this).testFormatJSON(); } @Test public void testFormatXML() throws Exception { new FormatTests(this).testFormatXML(); }
1146114711481149115011511152
new FormatTests(this).testFormatXML(); } @Test public void testIntoXML() throws Exception { new FormatTests(this).testIntoXML(); }
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(); }