org.xbrlapi
Class DOMLoadingTestCase
java.lang.Object
org.xbrlapi.utilities.BaseTestCase
org.xbrlapi.DOMLoadingTestCase
public abstract class DOMLoadingTestCase
- extends BaseTestCase
Provides a base test case for all tests involving
loading of data into a data store. A DOM data store
is established and a loader is set up. The loader
is made available via the getLoader() method. This
gives access to the data store in the usual manner.
Use for small scale loading operations because it
relies on the DOM data store implementation.
Specific implementations then just need to provide the
loader with the URIs to discover and then trigger the
discovery process.
- Author:
- Geoffrey Shuetrim (geoff@galexy.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
store
protected Store store
loader
protected Loader loader
DOMLoadingTestCase
public DOMLoadingTestCase()
setUp
protected void setUp()
throws Exception
- Overrides:
setUp in class BaseTestCase
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Overrides:
tearDown in class BaseTestCase
- Throws:
Exception