35363738394041
public void testDirtyCheck() throws Exception { execute( new TestDirtyCheckExecutable() ); } public void testFetchAll() throws Exception { execute( new TestFetchAllExecutable() ); }
34353637383940
33343536373839
public void testDirtyCheck() { execute( new TestDirtyCheckExecutable() ); } public void testFetchAll() throws Exception { execute( new TestFetchAllExecutable() ); }