Class EngineTestKit

java.lang.Object
org.junit.platform.testkit.engine.EngineTestKit

@API(status=MAINTAINED, since="1.7") public final class EngineTestKit extends Object
EngineTestKit provides support for discovering and executing tests for a given TestEngine and provides convenient access to the results.

For discovery, EngineDiscoveryResults provides access to the TestDescriptor of the engine and any DiscoveryIssues that were encountered.

For execution, EngineExecutionResults provides a fluent API to verify the expected results.

Since:
1.4
See Also: