756757758759760761762
new FunctionTests(this).testSystemFunctions(); } @Test public void testFetchResultSet() throws Exception { new FetchTests(this).testFetchResultSet(); }
761762763764765766767
new FetchTests(this).testFetchResultSet(); } @Test public void testFetchLazy() throws Exception { new FetchTests(this).testFetchLazy(); }
766767768769770771772
new FetchTests(this).testFetchLazy(); } @Test public void testFetchMap() throws Exception { new FetchTests(this).testFetchMap(); }
771772773774775776777
new FetchTests(this).testFetchMap(); } @Test public void testFetchArray() throws Exception { new FetchTests(this).testFetchArray(); }
946947948949950951952
new SelectTests(this).testDistinctQuery(); } @Test public void testFetch() throws Exception { new FetchTests(this).testFetch(); }
951952953954955956957
new FetchTests(this).testFetch(); } @Test public void testFetchMany() throws Exception { new FetchTests(this).testFetchMany(); }
956957958959960961962
new FetchTests(this).testFetchMany(); } @Test public void testFetchWithoutResults() throws Exception { new FetchTests(this).testFetchWithoutResults(); }
961962963964965966967
new FetchTests(this).testFetchWithoutResults(); } @Test public void testFetchIntoWithAnnotations() throws Exception { new FetchTests(this).testFetchIntoWithAnnotations(); }
966967968969970971972
new FetchTests(this).testFetchIntoWithAnnotations(); } @Test public void testFetchIntoWithoutAnnotations() throws Exception { new FetchTests(this).testFetchIntoWithoutAnnotations(); }
971972973974975976977
new FetchTests(this).testFetchIntoWithoutAnnotations(); } @Test public void testRecordFromWithAnnotations() throws Exception { new FetchTests(this).testRecordFromWithAnnotations(); }