|
XBRLAPIA Java API for XBRL |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.xbrlapi.utilities.BaseTestCase
org.xbrlapi.DOMLoadingTestCase
public abstract class DOMLoadingTestCase
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.
| Field Summary | |
|---|---|
protected Loader |
loader
|
protected Store |
store
|
| Fields inherited from class org.xbrlapi.utilities.BaseTestCase |
|---|
baseURI, cachePath, configuration, logger |
| Constructor Summary | |
|---|---|
DOMLoadingTestCase(String arg0)
|
|
| Method Summary | |
|---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
| Methods inherited from class org.xbrlapi.utilities.BaseTestCase |
|---|
getURI, serialize |
| 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 |
| Field Detail |
|---|
protected Store store
protected Loader loader
| Constructor Detail |
|---|
public DOMLoadingTestCase(String arg0)
| Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class BaseTestCaseException
protected void tearDown()
throws Exception
tearDown in class junit.framework.TestCaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||