Package org.junit.platform.testkit.engine
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Interface Summary Interface Description Assertions.Executable -
Class Summary Class Description Assertions Assertionsis a collection of selected assertion utility methods from JUnit Jupiter for use within the JUnit Platform Test Kit.EngineDiscoveryResults EngineDiscoveryResultsrepresents the results of test discovery by aTestEngineon the JUnit Platform and provides access to theTestDescriptorof the engine and anyDiscoveryIssuesthat were encountered.EngineExecutionResults EngineExecutionResultsprovides a fluent API for processing the results of executing a test plan on the JUnit Platform for a givenTestEngine.EngineTestKit EngineTestKitprovides support for discovering and executing tests for a givenTestEngineand provides convenient access to the results.EngineTestKit.Builder TestEngineexecution builder.EngineTestKit.Builder.DisabledOutputDirectoryCreator Event Eventrepresents a single event fired during execution of a test plan on the JUnit Platform.EventConditions Collection of AssertJ conditions forEvent.Events Eventsis a facade that provides a fluent API for working with events.EventStatistics EventStatisticsprovides a fluent API for asserting statistics for events.Execution Executionencapsulates metadata for the execution of a singleTestDescriptor.ExecutionRecorder ExecutionRecorderis anEngineExecutionListenerthat records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state viaEngineExecutionResults.Executions Executionsis a facade that provides a fluent API for working with executions.TerminationInfo TerminationInfois a union type that allows propagation of terminated container/test state, supporting either the reason if the container/test was skipped or theTestExecutionResultif the container/test was executed.TestExecutionResultConditions Collection of AssertJ conditions forTestExecutionResult. -
Enum Summary Enum Description EventType Enumeration of the different possibleEventtypes.