741742743744745746747
new SchemaAndMappingTests(this).testTableMapping(); } @Test public void testSchemaMapping() throws Exception { new SchemaAndMappingTests(this).testSchemaMapping(); }
746747748749750751752
new SchemaAndMappingTests(this).testSchemaMapping(); } @Test public void testMultiSchemaQueries() throws Exception { new SchemaAndMappingTests(this).testMultiSchemaQueries(); }
846847848849850851852
new DataTypeTests(this).testCustomConversion(); } @Test public void testForUpdateClauses() throws Exception { new SelectTests(this).testForUpdateClauses(); }
876877878879880881882
new GeneralTests(this).testSequences(); } @Test public void testSelectSimpleQuery() throws Exception { new SelectTests(this).testSelectSimpleQuery(); }
886887888889890891892
new AggregateWindowFunctionTests(this).testSelectCountQuery(); } @Test public void testSelectQuery() throws Exception { new SelectTests(this).testSelectQuery(); }
936937938939940941942
new PredicateTests(this).testLargeINCondition(); } @Test public void testSubSelect() throws Exception { new SelectTests(this).testSubSelect(); }
941942943944945946947
new SelectTests(this).testSubSelect(); } @Test public void testDistinctQuery() throws Exception { new SelectTests(this).testDistinctQuery(); }
1151115211531154115511561157
new FormatTests(this).testIntoXML(); } @Test public void testCombinedSelectQuery() throws Exception { new SelectTests(this).testCombinedSelectQuery(); }
1156115711581159116011611162
new SelectTests(this).testCombinedSelectQuery(); } @Test public void testComplexUnions() throws Exception { new SelectTests(this).testComplexUnions(); }
1230123112321233123412351236
assertEquals(BOOK_IDS, books.getValues(b_ID)); } // @Test // TODO [#579] re-enable this test when fixing this bug public void testUnaliasedSubqueryProjections() throws Exception { new SelectTests(this).testUnaliasedSubqueryProjections(); }