edu.sdsc.inca.depot.persistent
Class SeriesConfigTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.sdsc.inca.depot.persistent.PersistentTest
              extended by edu.sdsc.inca.depot.persistent.SeriesConfigTest
All Implemented Interfaces:
junit.framework.Test

public class SeriesConfigTest
extends PersistentTest

Test the functionality of the SeriesConfig and SeriesConfigDAO classes.


Field Summary
 
Fields inherited from class edu.sdsc.inca.depot.persistent.PersistentTest
logger
 
Constructor Summary
SeriesConfigTest()
           
 
Method Summary
 void testConstructors()
          Test the SeriesConfig class constructors.
 void testFromBean()
          Test SeriesConfigDAO's fromBean method.
 
Methods inherited from class edu.sdsc.inca.depot.persistent.PersistentTest
setUp, tearDown
 
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

SeriesConfigTest

public SeriesConfigTest()
Method Detail

testConstructors

public void testConstructors()
Test the SeriesConfig class constructors.


testFromBean

public void testFromBean()
                  throws org.apache.xmlbeans.XmlException
Test SeriesConfigDAO's fromBean method.

Throws:
org.apache.xmlbeans.XmlException