public abstract class BaseTestCase extends BaseTestCase
Constructor and Description |
---|
BaseTestCase() |
Modifier and Type | Method and Description |
---|---|
Loader |
createLoader(Store store) |
StoreImpl |
createStore(java.lang.String containerName) |
StoreImpl |
createStore(java.lang.String location,
java.lang.String containerName) |
assessCustomEquality, getURI
public StoreImpl createStore(java.lang.String location, java.lang.String containerName) throws XBRLException
location
- The location to use for the new store.containerName
- The name to use for the XML container.XBRLException
public StoreImpl createStore(java.lang.String containerName) throws XBRLException
XBRLException
public Loader createLoader(Store store) throws XBRLException
store
- The store to use for the loader.XBRLException