Module org.junit.platform.engine
Public API for test engines.
Provides the TestEngine interface, test discovery and execution reporting support.
- Since:
- 1.0
-
-
Packages
Exports Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.discovery org.junit.platform.engine.reporting Classes used by test engines to report additional data to execution listeners.org.junit.platform.engine.support.config ConfigurationParameters
-related support classes intended to be used by test engine implementations.org.junit.platform.engine.support.descriptor TestDescriptor
-related support classes intended to be used by test engine implementations and clients of the launcher.org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.engine.support.filter Filter
-related support classes intended to be used by test engine implementations.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction.Indirect Exports From Packages org.junit.platform.commons org.junit.platform.commons org.junit.platform.commons.annotation org.junit.platform.commons.function org.junit.platform.commons.support
-
Modules
Requires Modifier Module Description transitive org.junit.platform.commons Common APIs and support utilities for the JUnit Platform.
-