org.metaabm.function.tests
Class FLogicalTest

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.FLogicalTest
All Implemented Interfaces:
junit.framework.Test

public abstract class FLogicalTest
extends FFunctionTest

A test case for the model object 'FLogical'.

Author:
Miles Parker *

Field Summary
 
Fields inherited from class org.metaabm.tests.IIDTest
context, fixture
 
Constructor Summary
FLogicalTest(java.lang.String name)
          Constructs a new FLogical test case with the given name.
 
Method Summary
protected  FLogical getFixture()
          Returns the fixture for this FLogical test case.
 
Methods inherited from class org.metaabm.function.tests.FFunctionTest
testGetAvailableTypes
 
Methods inherited from class org.metaabm.tests.IIDTest
setFixture, setUp, testGetLabel
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

FLogicalTest

public FLogicalTest(java.lang.String name)
Constructs a new FLogical test case with the given name.

Method Detail

getFixture

protected FLogical getFixture()
Returns the fixture for this FLogical test case.

Overrides:
getFixture in class FFunctionTest