org.melati.test
Class PoemContextTest

Package class diagram package PoemContextTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.melati.test.PoemContextTest
All Implemented Interfaces:
junit.framework.Test

public class PoemContextTest
extends junit.framework.TestCase

Since:
15-Dec-2006
Author:
timp

Constructor Summary
PoemContextTest(String name)
          Constructor for PoemContextTest.
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testClone()
          Appears not to be used in anger.
 void testGetLogicalDatabase()
           
 void testGetMethod()
           
 void testGetTable()
           
 void testGetTroid()
           
 void testPoemContext()
           
 void testPoemContextStringStringIntegerString()
          Appears not to be used in anger.
 void testSetLogicalDatabase()
           
 void testSetMethod()
           
 void testSetTable()
           
 void testSetTroid()
           
 void testToString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, 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
 

Constructor Detail

PoemContextTest

public PoemContextTest(String name)
Constructor for PoemContextTest.

Parameters:
name -
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.tearDown()

testPoemContext

public void testPoemContext()
See Also:
PoemContext.PoemContext()

testPoemContextStringStringIntegerString

public void testPoemContextStringStringIntegerString()
Appears not to be used in anger.

See Also:
PoemContext.PoemContext(String, String, Integer, String)

testToString

public void testToString()
See Also:
PoemContext.toString()

testClone

public void testClone()
               throws Exception
Appears not to be used in anger.

Throws:
Exception
See Also:
PoemContext.clone()

testGetLogicalDatabase

public void testGetLogicalDatabase()
See Also:
PoemContext.getLogicalDatabase()

testGetTable

public void testGetTable()
See Also:
PoemContext.getTable()

testGetTroid

public void testGetTroid()
See Also:
PoemContext.getTroid()

testGetMethod

public void testGetMethod()
See Also:
PoemContext.getMethod()

testSetLogicalDatabase

public void testSetLogicalDatabase()
See Also:
PoemContext.setLogicalDatabase(String)

testSetMethod

public void testSetMethod()
See Also:
PoemContext.setMethod(String)

testSetTable

public void testSetTable()
See Also:
PoemContext.setTable(String)

testSetTroid

public void testSetTroid()
See Also:
PoemContext.setTroid(Integer)


Copyright © 2000-2010 PanEris. All Rights Reserved.