Inherits org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest.
|
void | addSupportedFormat (FormatDesc formatDesc) |
|
void | addFormatWhichShouldBeSupported (FormatDesc formatDesc) |
| Adds a format description to the list of formats which should be supported by the module to be tested.
|
|
void | addFormatWhichShouldBeSupported (String formatName, String formatVersion) |
| Adds a format description to the list of formats which should be supported by the module to be tested.
|
|
void | checkThatCorrectFormatsAreSupported () |
|
void | checkThatFixtureIsSet () |
|
void | checkThatCorpusGraphIsSettable () |
|
void | checkThatModuleHasName () |
|
void | checkThatResourcePathIsSet () |
|
void | checkThatWhenSimulatingFitnessCheckModulePassesSelfTest () |
|
| PepperModuleTestHelper () |
| Creates an object of type PepperModuleTest .
|
|
void | initialize () |
| Initializes this object.
|
|
URI | getTempURI (String testDirectory) |
| Returns a File object pointing to a temporary path, where the caller can store temporary files.
|
|
File | getTempPath (String testDirectory) |
| Returns a File object pointing to a temporary path, where the caller can store temporary files.
|
|
void | start () |
| This methods starts the processing of Pepper in the development environment.
|
|
void | setResourcesURI (URI resourceURI) |
| Sets the path to resources folder for module.
|
|
boolean | compareFiles (URI uri1, URI uri2) throws IOException |
| Compares the content of two files.
|
|
boolean | compareFiles (File file1, File file2) throws IOException |
| Compares the content of two files.
|
|
|
void | setFixture (PepperModule fixture) |
| Sets the current fixture to test.
|
|
ModuleFitness | runSelfTest () |
|
abstract void | checkThatWhenSimulatingFitnessCheckModulePassesSelfTest (ModuleFitness fitness) |
|
String | diffsBetweenActualAndExpected () |
|
PepperModule | getFixture () |
| Returns the current fixture to test.
|
|
|
List< FormatDesc > | supportedFormatsCheck = null |
| A list of formats, which shall be supported.
|
|
URI | resourceURI = null |
|
PepperModule | fixture = null |
|
|
static File | getTempPath_static (String testDirectory) |
| {@inheritDoc PepperTestUtil::getTempPath_static(String)}
|
|
static String | getTestResources () |
| {@inheritDoc PepperTestUtil::getTestResources()}
|
|
static String | getSrcResources () |
| {@inheritDoc PepperTestUtil::getSrcResources()}
|
|
static String | TMP_TEST_DIR = PepperTestUtil.TMP_TEST_DIR |
| {@inheritDoc PepperTestUtil::TMP_TEST_DIR}
|
|
static final Logger | logger = LoggerFactory.getLogger("Pepper") |
|
◆ addSupportedFormat()
void org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest.addSupportedFormat |
( |
FormatDesc |
formatDesc | ) |
|
◆ setFixture()
void org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest.setFixture |
( |
PepperModule |
fixture | ) |
|
|
protected |
◆ supportedFormatsCheck
List<FormatDesc> org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest.supportedFormatsCheck = null |
|
protected |
A list of formats, which shall be supported.