806807808809810811812
new GeneralTests(this).testLiterals(); } @Test public void testPlainSQL() throws Exception { new PlainSQLTests(this).testPlainSQL(); }
811812813814815816817
new PlainSQLTests(this).testPlainSQL(); } @Test public void testPlainSQLCRUD() throws Exception { new PlainSQLTests(this).testPlainSQLCRUD(); }
816817818819820821822
new PlainSQLTests(this).testPlainSQLCRUD(); } @Test public void testPlainSQLResultQuery() throws Exception { new PlainSQLTests(this).testPlainSQLResultQuery(); }
821822823824825826827
new PlainSQLTests(this).testPlainSQLResultQuery(); } @Test public void testCustomSQL() throws Exception { new PlainSQLTests(this).testCustomSQL(); }