edu.mayo.bsi.ngsportal.server
Class BaseNGSPortalServiceTest

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.server.BaseNGSPortalServiceTest
Direct Known Subclasses:
ProjectTest

public abstract class BaseNGSPortalServiceTest
extends Object


Constructor Summary
BaseNGSPortalServiceTest()
           
 
Method Summary
static void cleanupH2()
           
 void setUp()
           
static void setupH2()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseNGSPortalServiceTest

public BaseNGSPortalServiceTest()
Method Detail

setupH2

public static void setupH2()
                    throws ClassNotFoundException,
                           SQLException,
                           IOException
Throws:
ClassNotFoundException
SQLException
IOException

cleanupH2

public static void cleanupH2()
                      throws SQLException
Throws:
SQLException

setUp

public void setUp()
           throws SQLException,
                  IOException
Throws:
SQLException
IOException

tearDown

public void tearDown()
              throws SQLException
Throws:
SQLException