1031103210331034103510361037
new GroupByTests(this).testHavingWithoutGrouping(); } @Test public void testInsertUpdateDelete() throws Exception { new CRUDTests(this).testInsertUpdateDelete(); }
1096109710981099110011011102
new DataTypeTests(this).testDateTimeArithmetic(); } @Test public void testManager() throws Exception { new CRUDTests(this).testManager(); }
1101110211031104110511061107
new CRUDTests(this).testManager(); } @Test public void testRelations() throws Exception { new CRUDTests(this).testRelations(); }
1106110711081109111011111112
new CRUDTests(this).testRelations(); } @Test public void testUpdatablesPK() throws Exception { new CRUDTests(this).testUpdatablesPK(); }
1111111211131114111511161117
new CRUDTests(this).testUpdatablesPK(); } @Test public void testUpdatablesPKChangePK() throws Exception { new CRUDTests(this).testUpdatablesPKChangePK(); }
1116111711181119112011211122
new CRUDTests(this).testUpdatablesPKChangePK(); } @Test public void testUpdatablesUK() throws Exception { new CRUDTests(this).testUpdatablesUK(); }
1121112211231124112511261127
new CRUDTests(this).testUpdatablesUK(); } @Test public void testNonUpdatables() throws Exception { new CRUDTests(this).testNonUpdatables(); }