public interface FixtureLoader
Modifier and Type | Method and Description |
---|---|
void |
loadTestData()
Load the default fixtures.
|
void |
loadTestData(InputStream inputStream)
Load a given InputStream as test data.
|
void |
loadTestData(String resourceNameOrPath)
Load a given file as test data.
|
FixtureLoader |
setInitializing(boolean toggle)
Toggle whether or not initialization occurs before
loading (default: true)
|
FixtureLoader setInitializing(boolean toggle)
void loadTestData()
void loadTestData(InputStream inputStream)
inputStream
- An imput stream of fixture datavoid loadTestData(String resourceNameOrPath)
resourceNameOrPath
- A resource name or file path
containing fixture data.Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.