Package emissary.test.core.junit5
Class TestingResourcesTest
- java.lang.Object
-
- emissary.test.core.junit5.UnitTest
-
- emissary.test.core.junit5.ExtractionTest
-
- emissary.test.core.junit5.TestingResourcesTest
-
public class TestingResourcesTest extends ExtractionTest
Explicitly meant to test data and answer files from different directories. This test usesHtmlEscapePlaceTest
sample.dat with the sample.xml inTestingResourcesTest
directory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class emissary.test.core.junit5.UnitTest
UnitTest.DumpFailuresWatcher
-
-
Field Summary
-
Fields inherited from class emissary.test.core.junit5.ExtractionTest
kff, logger, place
-
Fields inherited from class emissary.test.core.junit5.UnitTest
answerFileClassRef, origConfigPkg, temporaryDirectory, thisPackage, TMPDIR
-
-
Constructor Summary
Constructors Constructor Description TestingResourcesTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description emissary.place.IServiceProviderPlace
createPlace()
Derived classes must implement thisstatic Stream<? extends org.junit.jupiter.params.provider.Arguments>
data()
-
Methods inherited from class emissary.test.core.junit5.ExtractionTest
checkAnswers, checkAnswers, checkAnswersPostHook, checkAnswersPostHook, checkAnswersPreHook, checkAnswersPreHook, checkStringValue, getInitialForm, processHeavyDutyHook, processPostHook, processPreHook, setupPayload, setUpPlace, tearDownPlace, testExtractionPlace
-
Methods inherited from class emissary.test.core.junit5.UnitTest
assertMaxNonSystemThreadCount, configure, getAnswerDocumentFor, getMyTestParameterFiles, getMyTestResources, getMyXmlResources, pause, restoreConfig, setConfig, setUp, setupSystemProperties, setupTmpDirJunit5, tearDown, useAlternateAnswerFileSource
-
-
-
-
Method Detail
-
data
public static Stream<? extends org.junit.jupiter.params.provider.Arguments> data()
-
createPlace
public emissary.place.IServiceProviderPlace createPlace() throws IOException
Description copied from class:ExtractionTest
Derived classes must implement this- Specified by:
createPlace
in classExtractionTest
- Throws:
IOException
-
-