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 executing a test plan for a given TestEngine and then accessing the results via a fluent API to verify the expected results.
Since:
1.4
See Also: