org.melati.poem.test
Class TableInfoTest

Package class diagram package TableInfoTest
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.TableInfoTest
All Implemented Interfaces:
junit.framework.Test

public class TableInfoTest
extends PoemTestCase

Author:
timp

Field Summary
 
Fields inherited from class org.melati.poem.test.PoemTestCase
maxTrans, result
 
Constructor Summary
TableInfoTest(String name)
           
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testActualTable()
          Test method for TableInfo.actualTable().
 void testAssertCanReadAccessToken()
          Test method for TableInfo.assertCanRead(org.melati.poem.AccessToken).
 void testClearIntegrityFix()
          Test that the 'clear' integrityfix works.
 void testSetCachelimitInteger()
          Test method for TableInfo.setCachelimit(java.lang.Integer).
 void testSetName()
          Test method for TableInfo.setName(java.lang.String).
 void testSetSeqcachedBoolean()
          Test method for TableInfo.setSeqcached(java.lang.Boolean).
 void testTableInfo()
          Test method for TableInfo.TableInfo().
 void testTableInfoTable()
          Test method for org.melati.poem.TableInfo#TableInfo(org.melati.poem.Table).
 
Methods inherited from class org.melati.poem.test.PoemTestCase
assertEquals, assertEquals, assertEquals, checkColumns, checkDbUnchanged, checkTables, checkTablesAndColumns, databaseUnchanged, dropTable, dumpTable, getDatabase, getDatabaseName, getDb, 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
 

Constructor Detail

TableInfoTest

public TableInfoTest(String name)
Parameters:
name -
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class PoemTestCase
Throws:
Exception
See Also:
PoemTestCase.setUp()

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class PoemTestCase
Throws:
Exception
See Also:
PoemTestCase.tearDown()

testAssertCanReadAccessToken

public void testAssertCanReadAccessToken()
Test method for TableInfo.assertCanRead(org.melati.poem.AccessToken).


testSetName

public void testSetName()
Test method for TableInfo.setName(java.lang.String).


testSetCachelimitInteger

public void testSetCachelimitInteger()
Test method for TableInfo.setCachelimit(java.lang.Integer).


testSetSeqcachedBoolean

public void testSetSeqcachedBoolean()
Test method for TableInfo.setSeqcached(java.lang.Boolean).


testTableInfo

public void testTableInfo()
Test method for TableInfo.TableInfo().


testActualTable

public void testActualTable()
Test method for TableInfo.actualTable().


testTableInfoTable

public void testTableInfoTable()
Test method for org.melati.poem.TableInfo#TableInfo(org.melati.poem.Table).


testClearIntegrityFix

public void testClearIntegrityFix()
Test that the 'clear' integrityfix works.



Copyright © 2000-2010 PanEris. All Rights Reserved.