vishnu.tests
Class CreateTestCase

java.lang.Object
  extended by TestCase
      extended by vishnu.tests.ConnectorTestCase
          extended by vishnu.tests.CreateTestCase

public class CreateTestCase
extends ConnectorTestCase

 

Constructor Summary
CreateTestCase()
           
CreateTestCase(TransportServiceConfigurator c)
           
 
Method Summary
 void test1FirstTable()
           
 void testCharColumn()
           
 void testDuplicateColumns()
           
 void testDuplicatedName()
           
 void testDuplicatePKs()
           
 void testNegativeCharColumn()
           
 void testNoColumns()
           
 void testNumericColumn()
           
 void testUnknownPK()
           
 void testZeroCharColumn()
           
 java.lang.String toString()
           
 
Methods inherited from class vishnu.tests.ConnectorTestCase
assertPerformFailure, assertPerformPass, configurationString, myAssertTrue, perform, setUp, setUpOnce, tearDown, tearDownOnce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateTestCase

public CreateTestCase()

CreateTestCase

public CreateTestCase(TransportServiceConfigurator c)
Method Detail

test1FirstTable

public void test1FirstTable()

testDuplicatedName

public void testDuplicatedName()

testNoColumns

public void testNoColumns()

testDuplicateColumns

public void testDuplicateColumns()

testDuplicatePKs

public void testDuplicatePKs()

testUnknownPK

public void testUnknownPK()

testNumericColumn

public void testNumericColumn()

testCharColumn

public void testCharColumn()

testZeroCharColumn

public void testZeroCharColumn()

testNegativeCharColumn

public void testNegativeCharColumn()

toString

public java.lang.String toString()