jstorm.mapping
Class TestSql

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--jstorm.mapping.TestSql
All Implemented Interfaces:
junit.framework.Test

public class TestSql
extends junit.framework.TestCase

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

TestSql

public TestSql(java.lang.String name)
TestSelectSql constructor comment.
Parameters:
name - java.lang.String
Method Detail

setUp

public void setUp()
Insert the method's description here. Creation date: (6/8/2001 4:10:24 PM)
Overrides:
setUp in class junit.framework.TestCase

testGetAggregateSelectSql

public void testGetAggregateSelectSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetCompositeDeleteSql

public void testGetCompositeDeleteSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetCompositeInsertSql

public void testGetCompositeInsertSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetCompositeUpdateSql

public void testGetCompositeUpdateSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetDeleteSql

public void testGetDeleteSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetDeleteSqlWithConAndComp

public void testGetDeleteSqlWithConAndComp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetDeleteSqlWithConcurrencyStamp

public void testGetDeleteSqlWithConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetInsertSql

public void testGetInsertSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetInsertSqlWithConAndComp

public void testGetInsertSqlWithConAndComp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetInsertSqlWithConcurrencyStamp

public void testGetInsertSqlWithConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetSelectSql

public void testGetSelectSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetUpdateSql

public void testGetUpdateSql()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetUpdateSqlWithConAndComp

public void testGetUpdateSqlWithConAndComp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetUpdateSqlWithConcurrencyStamp

public void testGetUpdateSqlWithConcurrencyStamp()
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetWhereClause

public void testGetWhereClause()
                        throws java.lang.Exception
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetWhereClauseWithConcurrencyStamp

public void testGetWhereClauseWithConcurrencyStamp()
                                            throws java.lang.Exception
Insert the method's description here. Creation date: (5/23/2001 9:41:25 PM)

testGetWhereClauseWithNegativeNumber

public void testGetWhereClauseWithNegativeNumber()
                                          throws java.lang.Exception