Module org.junit.platform.engine
module org.junit.platform.engine
Public API for test engines.
Provides the TestEngine interface, test discovery and execution reporting support.
- Since:
- 1.0
-
Packages
PackageDescriptionPublic API for test engines.Classes used by test engines to report additional data to execution listeners.ConfigurationParameters
-related support classes intended to be used by test engine implementations.TestDescriptor
-related support classes intended to be used by test engine implementations and clients of the launcher.Configurable test discovery implementation that can be reused by different test engines.Filter
-related support classes intended to be used by test engine implementations.Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
Modules
ModifierModuleDescriptiontransitiveCommon APIs and support utilities for the JUnit Platform.