org.melati.poem.test.throwing
Class DynamicTableTest

Package class diagram package DynamicTableTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.melati.poem.test.PoemTestCase
              extended by org.melati.poem.test.EverythingTestCase
                  extended by org.melati.poem.test.DynamicTableTest
                      extended by org.melati.poem.test.throwing.DynamicTableTest
All Implemented Interfaces:
junit.framework.Test

public class DynamicTableTest
extends DynamicTableTest

Since:
11 Jun 2007
Author:
timp

Field Summary
 
Fields inherited from class org.melati.poem.test.EverythingTestCase
databaseName
 
Fields inherited from class org.melati.poem.test.PoemTestCase
maxTrans, result
 
Constructor Summary
DynamicTableTest(String arg0)
          Constructor.
 
Method Summary
 org.melati.poem.Database getDatabase(String name)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAddColumnAndCommitBigDecimal()
          
 void testAddColumnAndCommitBinary()
          
 void testAddColumnAndCommitBoolean()
          
 void testAddColumnAndCommitDate()
          
 void testAddColumnAndCommitDeleted()
          
 void testAddColumnAndCommitDisplaylevel()
          
 void testAddColumnAndCommitDouble()
          
 void testAddColumnAndCommitInteger()
          
 void testAddColumnAndCommitIntegrityfix()
          
 void testAddColumnAndCommitLong()
          
 void testAddColumnAndCommitNullableInteger()
          
 void testAddColumnAndCommitPassword()
          
 void testAddColumnAndCommitSearchability()
          
 void testAddColumnAndCommitString()
          
 void testAddColumnAndCommitTimestamp()
          
 void testAddColumnAndCommitTroid()
          
 void testAddColumnAndCommitType()
          
 void testAddTableAndCommit()
          Test the addition of a table.
 void testExtraColumnAsField()
          Test that an added, 'extra', column can be represented as a field.
 
Methods inherited from class org.melati.poem.test.DynamicTableTest
databaseUnchanged
 
Methods inherited from class org.melati.poem.test.EverythingTestCase
getDatabaseName, getDb
 
Methods inherited from class org.melati.poem.test.PoemTestCase
assertEquals, assertEquals, assertEquals, checkColumns, checkDbUnchanged, checkTables, checkTablesAndColumns, dropTable, dumpTable, getDb, getName, getOrDie, getProperties, getPropertiesFileName, getUserToRunAs, run, runTest, setDatabaseName, setName, setPropertiesFileName, setUserToRunAs, testNothing
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runBare, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Constructor Detail

DynamicTableTest

public DynamicTableTest(String arg0)
Constructor.

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class DynamicTableTest
Throws:
Exception
See Also:
TestCase#setUp()

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class DynamicTableTest
Throws:
Exception
See Also:
TestCase#tearDown()

getDatabase

public org.melati.poem.Database getDatabase(String name)
Overrides:
getDatabase in class PoemTestCase
Parameters:
name - the name of the logical db
Returns:
a Database

testAddColumnAndCommitBigDecimal

public void testAddColumnAndCommitBigDecimal()

Overrides:
testAddColumnAndCommitBigDecimal in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitBigDecimal()

testAddColumnAndCommitBinary

public void testAddColumnAndCommitBinary()

Overrides:
testAddColumnAndCommitBinary in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitBinary()

testAddColumnAndCommitBoolean

public void testAddColumnAndCommitBoolean()

Overrides:
testAddColumnAndCommitBoolean in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitBoolean()

testAddColumnAndCommitDate

public void testAddColumnAndCommitDate()

Overrides:
testAddColumnAndCommitDate in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitDate()

testAddColumnAndCommitDeleted

public void testAddColumnAndCommitDeleted()
                                   throws Exception

Overrides:
testAddColumnAndCommitDeleted in class DynamicTableTest
Throws:
Exception
See Also:
DynamicTableTest.testAddColumnAndCommitDeleted()

testAddColumnAndCommitDisplaylevel

public void testAddColumnAndCommitDisplaylevel()

Overrides:
testAddColumnAndCommitDisplaylevel in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitDisplaylevel()

testAddColumnAndCommitDouble

public void testAddColumnAndCommitDouble()

Overrides:
testAddColumnAndCommitDouble in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitDouble()

testAddColumnAndCommitInteger

public void testAddColumnAndCommitInteger()

Overrides:
testAddColumnAndCommitInteger in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitInteger()

testAddColumnAndCommitIntegrityfix

public void testAddColumnAndCommitIntegrityfix()

Overrides:
testAddColumnAndCommitIntegrityfix in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitIntegrityfix()

testAddColumnAndCommitLong

public void testAddColumnAndCommitLong()

Overrides:
testAddColumnAndCommitLong in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitLong()

testAddColumnAndCommitNullableInteger

public void testAddColumnAndCommitNullableInteger()

Overrides:
testAddColumnAndCommitNullableInteger in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitNullableInteger()

testAddColumnAndCommitPassword

public void testAddColumnAndCommitPassword()

Overrides:
testAddColumnAndCommitPassword in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitPassword()

testAddColumnAndCommitSearchability

public void testAddColumnAndCommitSearchability()

Overrides:
testAddColumnAndCommitSearchability in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitSearchability()

testAddColumnAndCommitString

public void testAddColumnAndCommitString()

Overrides:
testAddColumnAndCommitString in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitString()

testAddColumnAndCommitTimestamp

public void testAddColumnAndCommitTimestamp()

Overrides:
testAddColumnAndCommitTimestamp in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitTimestamp()

testAddColumnAndCommitTroid

public void testAddColumnAndCommitTroid()

Overrides:
testAddColumnAndCommitTroid in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitTroid()

testAddColumnAndCommitType

public void testAddColumnAndCommitType()

Overrides:
testAddColumnAndCommitType in class DynamicTableTest
See Also:
DynamicTableTest.testAddColumnAndCommitType()

testAddTableAndCommit

public void testAddTableAndCommit()
                           throws Exception
Test the addition of a table.

Overrides:
testAddTableAndCommit in class DynamicTableTest
Throws:
Exception
See Also:
DynamicTableTest.testAddTableAndCommit()

testExtraColumnAsField

public void testExtraColumnAsField()
Test that an added, 'extra', column can be represented as a field.

Overrides:
testExtraColumnAsField in class DynamicTableTest
See Also:
DynamicTableTest.testExtraColumnAsField()


Copyright © 2000-2010 PanEris. All Rights Reserved.