Uses of Package
org.junit.platform.testkit.engine
Packages that use org.junit.platform.testkit.engine
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Classes in org.junit.platform.testkit.engine used by org.junit.platform.testkit.engineClassDescription
EngineDiscoveryResults
represents the results of test discovery by aTestEngine
on the JUnit Platform and provides access to theTestDescriptor
of the engine and anyDiscoveryIssues
that were encountered.EngineExecutionResults
provides a fluent API for processing the results of executing a test plan on the JUnit Platform for a givenTestEngine
.TestEngine
execution builder.Event
represents a single event fired during execution of a test plan on the JUnit Platform.Events
is a facade that provides a fluent API for working with events.EventStatistics
provides a fluent API for asserting statistics for events.Enumeration of the different possibleEvent
types.Execution
encapsulates metadata for the execution of a singleTestDescriptor
.Executions
is a facade that provides a fluent API for working with executions.TerminationInfo
is a union type that allows propagation of terminated container/test state, supporting either the reason if the container/test was skipped or theTestExecutionResult
if the container/test was executed.