|
||||||||
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.TestSql
Insert the type's description here. Creation date: (5/23/2001 9:40:58 PM)
Constructor Summary | |
TestSql(java.lang.String name)
TestSelectSql constructor comment. |
Method Summary | |
void |
setUp()
Insert the method's description here. |
void |
testGetAggregateSelectSql()
Insert the method's description here. |
void |
testGetCompositeDeleteSql()
Insert the method's description here. |
void |
testGetCompositeInsertSql()
Insert the method's description here. |
void |
testGetCompositeUpdateSql()
Insert the method's description here. |
void |
testGetDeleteSql()
Insert the method's description here. |
void |
testGetDeleteSqlWithConAndComp()
Insert the method's description here. |
void |
testGetDeleteSqlWithConcurrencyStamp()
Insert the method's description here. |
void |
testGetInsertSql()
Insert the method's description here. |
void |
testGetInsertSqlWithConAndComp()
Insert the method's description here. |
void |
testGetInsertSqlWithConcurrencyStamp()
Insert the method's description here. |
void |
testGetSelectSql()
Insert the method's description here. |
void |
testGetUpdateSql()
Insert the method's description here. |
void |
testGetUpdateSqlWithConAndComp()
Insert the method's description here. |
void |
testGetUpdateSqlWithConcurrencyStamp()
Insert the method's description here. |
void |
testGetWhereClause()
Insert the method's description here. |
void |
testGetWhereClauseWithConcurrencyStamp()
Insert the method's description here. |
void |
testGetWhereClauseWithNegativeNumber()
|
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 TestSql(java.lang.String name)
name
- java.lang.StringMethod Detail |
public void setUp()
setUp
in class junit.framework.TestCase
public void testGetAggregateSelectSql()
public void testGetCompositeDeleteSql()
public void testGetCompositeInsertSql()
public void testGetCompositeUpdateSql()
public void testGetDeleteSql()
public void testGetDeleteSqlWithConAndComp()
public void testGetDeleteSqlWithConcurrencyStamp()
public void testGetInsertSql()
public void testGetInsertSqlWithConAndComp()
public void testGetInsertSqlWithConcurrencyStamp()
public void testGetSelectSql()
public void testGetUpdateSql()
public void testGetUpdateSqlWithConAndComp()
public void testGetUpdateSqlWithConcurrencyStamp()
public void testGetWhereClause() throws java.lang.Exception
public void testGetWhereClauseWithConcurrencyStamp() throws java.lang.Exception
public void testGetWhereClauseWithNegativeNumber() throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |