org.metaabm.function.tests
Class FGenericFunctionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.tests.IIDTest
              extended by org.metaabm.function.tests.FFunctionTest
                  extended by org.metaabm.function.tests.FGenericTest
                      extended by org.metaabm.function.tests.FGenericFunctionTest
All Implemented Interfaces:
junit.framework.Test

public class FGenericFunctionTest
extends FGenericTest

A test case for the model object 'FGeneric Function'.

Author:
Miles Parker *

Field Summary
 
Fields inherited from class org.metaabm.tests.IIDTest
context, fixture
 
Constructor Summary
FGenericFunctionTest(java.lang.String name)
          Constructs a new FGeneric Function test case with the given name.
 
Method Summary
protected  FGenericFunction getFixture()
          Returns the fixture for this FGeneric Function test case.
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAccepts()
           
 
Methods inherited from class org.metaabm.function.tests.FFunctionTest
testGetAvailableTypes
 
Methods inherited from class org.metaabm.tests.IIDTest
setFixture, testGetLabel
 
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

FGenericFunctionTest

public FGenericFunctionTest(java.lang.String name)
Constructs a new FGeneric Function test case with the given name.

Method Detail

main

public static void main(java.lang.String[] args)


getFixture

protected FGenericFunction getFixture()
Returns the fixture for this FGeneric Function test case.

Overrides:
getFixture in class FGenericTest

setUp

protected void setUp()
              throws java.lang.Exception

Overrides:
setUp in class IIDTest
Throws:
java.lang.Exception
See Also:
TestCase.setUp()

testAccepts

public void testAccepts()

tearDown

protected void tearDown()
                 throws java.lang.Exception

Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.tearDown()