jstorm.mapping
Class TestSqlRunner

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

public class TestSqlRunner
extends junit.framework.TestCase

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

TestSqlRunner

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

compareSqlDates

public void compareSqlDates(java.sql.Timestamp first,
                            java.sql.Timestamp second)
Insert the method's description here. Creation date: (6/28/2001 3:31:29 PM)
Returns:
java.util.Date

generateOldConcurrencyStamp

public java.sql.Timestamp generateOldConcurrencyStamp()
Insert the method's description here. Creation date: (6/28/2001 3:31:29 PM)
Returns:
java.util.Date

setUp

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

testConcurrencyFailureForDelete

public void testConcurrencyFailureForDelete()
                                     throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testConcurrencyFailureForUpdate

public void testConcurrencyFailureForUpdate()
                                     throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoAggregateSelect

public void testDoAggregateSelect()
                           throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoAggregateSelectWithWhere

public void testDoAggregateSelectWithWhere()
                                    throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoCompositeDelete

public void testDoCompositeDelete()
                           throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoCompositeUpdate

public void testDoCompositeUpdate()
                           throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoDelete

public void testDoDelete()
                  throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoDeleteWithConcurrency

public void testDoDeleteWithConcurrency()
                                 throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoInsert

public void testDoInsert()
                  throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoInsertWithConcurrency

public void testDoInsertWithConcurrency()
                                 throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoInsertWithoutKey

public void testDoInsertWithoutKey()
                            throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoSelect

public void testDoSelect()
                  throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoSelectWithConstraint

public void testDoSelectWithConstraint()
                                throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoSelectWithWhere

public void testDoSelectWithWhere()
                           throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoUpdate

public void testDoUpdate()
                  throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testDoUpdateWithConcurrency

public void testDoUpdateWithConcurrency()
                                 throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testSetValuesOnStatement

public void testSetValuesOnStatement()
                              throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testSetValuesOnStatementComAndCon

public void testSetValuesOnStatementComAndCon()
                                       throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testSetValuesOnStatementForComposite

public void testSetValuesOnStatementForComposite()
                                          throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)

testSetValuesOnStatementWithConcurrencyStamp

public void testSetValuesOnStatementWithConcurrencyStamp()
                                                  throws java.lang.Exception
Insert the method's description here. Creation date: (5/26/2001 5:40:14 PM)