public abstract class BaseTestCase extends BaseTestCase
Constructor and Description |
---|
BaseTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Store store)
Helper method to clean up and shut down the data store.
|
Loader |
createLoader(Store store) |
StoreImpl |
createStore() |
assessCustomEquality, getURI
public StoreImpl createStore() throws XBRLException
XBRLException
public Loader createLoader(Store store) throws XBRLException
store
- The store to use for the loader.XBRLException
public void cleanup(Store store) throws XBRLException
store
- the store for the XBRL data.XBRLException
- if the store cannot be deleted