org.melati.poem.test
Class CachedCountTest

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

public class CachedCountTest
extends PoemTestCase

Since:
31/10/2006
Author:
timp

Field Summary
 
Fields inherited from class org.melati.poem.test.PoemTestCase
maxTrans, result
 
Constructor Summary
CachedCountTest(String name)
          Constructor for CachedCountTest.
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testCachedCountPersistentBooleanBoolean()
           
 void testCachedCountTableString()
           
 void testCachedCountTableStringTableArray()
           
 void testCount()
           
 
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

CachedCountTest

public CachedCountTest(String name)
Constructor for CachedCountTest.

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()

testCachedCountTableStringTableArray

public void testCachedCountTableStringTableArray()
See Also:
CachedCount.CachedCount(Table, String, Table[])

testCachedCountPersistentBooleanBoolean

public void testCachedCountPersistentBooleanBoolean()
See Also:
CachedCount.CachedCount(Persistent, boolean, boolean)

testCachedCountTableString

public void testCachedCountTableString()
See Also:
CachedCount.CachedCount(Table, String)

testCount

public void testCount()
See Also:
CachedCount.count()


Copyright © 2000-2010 PanEris. All Rights Reserved.