Module org.junit.platform.testkit
Defines the Test Kit API for the JUnit Platform.
- Since:
- 1.4
-
-
Packages
Exports Package Description org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEngine
running on the JUnit Platform.
-
Modules
Requires Modifier Module Description transitive org.junit.platform.engine Public API for test engines.
-
Services
Uses Type Description TestEngine ATestEngine
facilitates discovery and execution of tests for a particular programming model.
-