org.metaabm.function.tests
Class FLibraryTest

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

public class FLibraryTest
extends SNamedTest

A test case for the model object 'FLibrary'.

Author:
Miles Parker *

Field Summary
 
Fields inherited from class org.metaabm.tests.IIDTest
context, fixture
 
Constructor Summary
FLibraryTest(java.lang.String name)
          Constructs a new FLibrary test case with the given name.
 
Method Summary
protected  FLibrary getFixture()
          Returns the fixture for this FLibrary test case.
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testGetLabel()
          Tests the 'Label' feature getter.
 
Methods inherited from class org.metaabm.tests.IIDTest
setFixture
 
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

FLibraryTest

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

Method Detail

main

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


getFixture

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

Overrides:
getFixture in class SNamedTest

setUp

protected void setUp()
              throws java.lang.Exception

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

tearDown

protected void tearDown()
                 throws java.lang.Exception

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

testGetLabel

public void testGetLabel()
Tests the 'Label' feature getter.

Overrides:
testGetLabel in class IIDTest
See Also:
IID.getLabel()