fable.test
Class OPMLManagerTest

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

public class OPMLManagerTest
extends TestCase

Simple class to test the OPMLManager features (read and write from and to OPML)

Author:
Christopher Moh

Constructor Summary
OPMLManagerTest(java.lang.String s)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testReadOPML()
          This tests if an OPML file can be read correctly
 void testWriteOPML()
          This tests if an OPML file can be written to correctly by writing the OPML file 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

OPMLManagerTest

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

setUp

public void setUp()

testReadOPML

public void testReadOPML()
This tests if an OPML file can be read correctly


testWriteOPML

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


suite

public static Test suite()