vishnu.tests
Class InsertTestCase

java.lang.Object
  extended by TestCase
      extended by vishnu.tests.ConnectorTestCase
          extended by vishnu.tests.MultiTableConnectorTestCase
              extended by vishnu.tests.InsertTestCase

public class InsertTestCase
extends MultiTableConnectorTestCase

 

Constructor Summary
InsertTestCase(TransportServiceConfigurator c, int tableCase)
           
 
Method Summary
protected  java.lang.String[] tables()
           
 void test1SimpleInsert()
           
 void testInvalidClass()
           
 void testInvalidSize()
           
 void testNull()
           
 void testPK()
           
 
Methods inherited from class vishnu.tests.MultiTableConnectorTestCase
assertPerformCase, setUpOnce
 
Methods inherited from class vishnu.tests.ConnectorTestCase
assertPerformFailure, assertPerformPass, configurationString, myAssertTrue, perform, setUp, tearDown, tearDownOnce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertTestCase

public InsertTestCase(TransportServiceConfigurator c,
                      int tableCase)
Method Detail

testInvalidClass

public void testInvalidClass()

testInvalidSize

public void testInvalidSize()

test1SimpleInsert

public void test1SimpleInsert()

testNull

public void testNull()

testPK

public void testPK()

tables

protected java.lang.String[] tables()
Specified by:
tables in class MultiTableConnectorTestCase