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 usesHtmlEscapePlaceTestsample.dat with the sample.xml inTestingResourcesTestdirectory.
-
-
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
actualSimplifiedLogEvents, 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.IServiceProviderPlacecreatePlace()static Stream<? extends org.junit.jupiter.params.provider.Arguments>data()-
Methods inherited from class emissary.test.core.junit5.ExtractionTest
checkAnswers, checkAnswers, checkAnswersPostHook, checkAnswersPostHook, checkAnswersPreHook, checkAnswersPreHook, checkAnswersPreHookLogEvents, checkStringValue, createAnswerGenerator, generateAnswers, getAnswerDocumentFor, getAnswerGenerator, getChildAnswers, getDecoders, getDecoders, getEncoders, getEncoders, getInitialForm, getInitialIbdo, getLogbackLoggerName, hashBytesIfNonPrintable, processHeavyDutyHook, processPostHook, processPreHook, setupPayload, setUpPlace, tearDownPlace, testExtractionPlace, verifyOs
-
Methods inherited from class emissary.test.core.junit5.UnitTest
assertMaxNonSystemThreadCount, configure, getAnswerDocumentNonValidated, getAnswerDocumentValidated, getAnswerXsd, 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- Specified by:
createPlacein classExtractionTest- Throws:
IOException
-
-