org.metaabm.act.tests
Class ABuildProjectionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.tests.IIDTest
              extended by org.metaabm.act.tests.AActTest
                  extended by org.metaabm.act.tests.ABuildProjectionTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
ABuildNetworkTest, ABuildSpaceTest

public abstract class ABuildProjectionTest
extends AActTest

A test case for the model object 'ABuild Projection'.

Author:
Miles Parker *

Field Summary
 
Fields inherited from class org.metaabm.tests.IIDTest
fixture
 
Constructor Summary
ABuildProjectionTest(java.lang.String name)
          Constructs a new ABuild Projection test case with the given name.
 
Method Summary
protected  ABuildProjection getFixture()
          Returns the fixture for this ABuild Projection test case.
 
Methods inherited from class org.metaabm.act.tests.AActTest
setUp, testGetAllSources, testGetAllTargets, testGetReference, testReachable
 
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, 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

ABuildProjectionTest

public ABuildProjectionTest(java.lang.String name)
Constructs a new ABuild Projection test case with the given name.

Method Detail

getFixture

protected ABuildProjection getFixture()
Returns the fixture for this ABuild Projection test case.

Overrides:
getFixture in class AActTest