|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--jstorm.mapping.TestSqlRunner
Insert the type's description here. Creation date: (5/26/2001 5:39:39 PM)
Constructor Summary | |
TestSqlRunner(java.lang.String name)
TestSqlRunner constructor comment. |
Method Summary | |
void |
compareSqlDates(java.sql.Timestamp first,
java.sql.Timestamp second)
Insert the method's description here. |
java.sql.Timestamp |
generateOldConcurrencyStamp()
Insert the method's description here. |
void |
setUp()
Insert the method's description here. |
void |
testConcurrencyFailureForDelete()
Insert the method's description here. |
void |
testConcurrencyFailureForUpdate()
Insert the method's description here. |
void |
testDoAggregateSelect()
Insert the method's description here. |
void |
testDoAggregateSelectWithWhere()
Insert the method's description here. |
void |
testDoCompositeDelete()
Insert the method's description here. |
void |
testDoCompositeUpdate()
Insert the method's description here. |
void |
testDoDelete()
Insert the method's description here. |
void |
testDoDeleteWithConcurrency()
Insert the method's description here. |
void |
testDoInsert()
Insert the method's description here. |
void |
testDoInsertWithConcurrency()
Insert the method's description here. |
void |
testDoInsertWithoutKey()
Insert the method's description here. |
void |
testDoSelect()
Insert the method's description here. |
void |
testDoSelectWithConstraint()
Insert the method's description here. |
void |
testDoSelectWithWhere()
Insert the method's description here. |
void |
testDoUpdate()
Insert the method's description here. |
void |
testDoUpdateWithConcurrency()
Insert the method's description here. |
void |
testSetValuesOnStatement()
Insert the method's description here. |
void |
testSetValuesOnStatementComAndCon()
Insert the method's description here. |
void |
testSetValuesOnStatementForComposite()
Insert the method's description here. |
void |
testSetValuesOnStatementWithConcurrencyStamp()
Insert the method's description here. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestSqlRunner(java.lang.String name)
name
- java.lang.StringMethod Detail |
public void compareSqlDates(java.sql.Timestamp first, java.sql.Timestamp second)
public java.sql.Timestamp generateOldConcurrencyStamp()
public void setUp()
setUp
in class junit.framework.TestCase
public void testConcurrencyFailureForDelete() throws java.lang.Exception
public void testConcurrencyFailureForUpdate() throws java.lang.Exception
public void testDoAggregateSelect() throws java.lang.Exception
public void testDoAggregateSelectWithWhere() throws java.lang.Exception
public void testDoCompositeDelete() throws java.lang.Exception
public void testDoCompositeUpdate() throws java.lang.Exception
public void testDoDelete() throws java.lang.Exception
public void testDoDeleteWithConcurrency() throws java.lang.Exception
public void testDoInsert() throws java.lang.Exception
public void testDoInsertWithConcurrency() throws java.lang.Exception
public void testDoInsertWithoutKey() throws java.lang.Exception
public void testDoSelect() throws java.lang.Exception
public void testDoSelectWithConstraint() throws java.lang.Exception
public void testDoSelectWithWhere() throws java.lang.Exception
public void testDoUpdate() throws java.lang.Exception
public void testDoUpdateWithConcurrency() throws java.lang.Exception
public void testSetValuesOnStatement() throws java.lang.Exception
public void testSetValuesOnStatementComAndCon() throws java.lang.Exception
public void testSetValuesOnStatementForComposite() throws java.lang.Exception
public void testSetValuesOnStatementWithConcurrencyStamp() throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |