net.sf.csutils.core.tests
Class AbstractTestCase
java.lang.Object
net.sf.csutils.core.tests.AbstractTestCase
public abstract class AbstractTestCase
- extends java.lang.Object
Abstract base class for implementing tests. This class is intentionally
not dependent on JUnit, so that JUnit doesn't appear in the dependency
list. OTOH, this means that any test class must contain something
similar to
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTestCase
public AbstractTestCase()
getTopLevelResource
protected static java.net.URL getTopLevelResource(java.lang.String pResource)
init
public static void init()
throws java.io.IOException
- Throws:
java.io.IOException
initProperties
public static void initProperties()
throws java.io.IOException
- Throws:
java.io.IOException
openConnection
protected static RegistryFacade openConnection()
throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
Copyright © 2009-2010. All Rights Reserved.