maito.resource
Class ResourceTest

java.lang.Object
  extended by TestCase
      extended by maito.resource.ResourceTest

public class ResourceTest
extends TestCase


Constructor Summary
ResourceTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testFields()
           
 void testFindUniqueID()
           
 void testLoadAndSave()
           
 void testOverwrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceTest

public ResourceTest(java.lang.String name)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testOverwrite

public void testOverwrite()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testFields

public void testFields()
                throws java.lang.Exception
Throws:
java.lang.Exception

testLoadAndSave

public void testLoadAndSave()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testFindUniqueID

public void testFindUniqueID()
                      throws java.lang.Exception
Throws:
java.lang.Exception