vishnu.tests
Class CompoundInsertTestCase

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

public class CompoundInsertTestCase
extends MultiTableConnectorTestCase

 

Constructor Summary
CompoundInsertTestCase()
           
CompoundInsertTestCase(TransportServiceConfigurator c, int tableCase)
           
 
Method Summary
protected  java.lang.Class[] getClasses(java.lang.Class c1, int count1)
           
protected  java.lang.Class[] getClasses(java.lang.Class c1, int count1, java.lang.Class c2, int count2)
           
protected  java.lang.String[] tables()
           
 void test1SimpleInsert()
           
 void testInvalidClass()
           
 void testInvalidSize()
           
 void testNull1()
           
 void testNull2()
           
 void testNull3()
           
 void testNull4()
           
 void testNull5()
           
 void testPK1()
           
 void testPK2()
           
 void testPK3()
           
 void testPK4()
           
 void testPK5()
           
 void testPK6()
           
 
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

CompoundInsertTestCase

public CompoundInsertTestCase(TransportServiceConfigurator c,
                              int tableCase)

CompoundInsertTestCase

public CompoundInsertTestCase()
Method Detail

getClasses

protected java.lang.Class[] getClasses(java.lang.Class c1,
                                       int count1)

getClasses

protected java.lang.Class[] getClasses(java.lang.Class c1,
                                       int count1,
                                       java.lang.Class c2,
                                       int count2)

test1SimpleInsert

public void test1SimpleInsert()

testInvalidClass

public void testInvalidClass()

testInvalidSize

public void testInvalidSize()

testNull1

public void testNull1()

testNull2

public void testNull2()

testNull3

public void testNull3()

testNull4

public void testNull4()

testNull5

public void testNull5()

testPK1

public void testPK1()

testPK2

public void testPK2()

testPK3

public void testPK3()

testPK4

public void testPK4()

testPK5

public void testPK5()

testPK6

public void testPK6()

tables

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