fable.test
Class FBMLManagerTest

java.lang.Object
  extended by TestCase
      extended by fable.test.FBMLManagerTest

public class FBMLManagerTest
extends TestCase

Simple class to test the FBMLManager features (read and write from and to FBML)

Author:
Christopher Moh

Constructor Summary
FBMLManagerTest(java.lang.String s)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testReadFBML()
          This tests if an FBML file can be read properly
 void testWriteFBML()
          This tests if an FBML file can be written to correctly by writing it and then re-reading it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBMLManagerTest

public FBMLManagerTest(java.lang.String s)
Method Detail

setUp

public void setUp()

testReadFBML

public void testReadFBML()
This tests if an FBML file can be read properly


testWriteFBML

public void testWriteFBML()
This tests if an FBML file can be written to correctly by writing it and then re-reading it


suite

public static Test suite()