Module org.junit.platform.testkit
Class EngineDiscoveryResults
java.lang.Object
org.junit.platform.testkit.engine.EngineDiscoveryResults
EngineDiscoveryResults
represents the results of test discovery
by a TestEngine
on the JUnit
Platform and provides access to the TestDescriptor
of the engine
and any DiscoveryIssues
that were encountered.- Since:
- 1.13
-
Method Summary
Modifier and TypeMethodDescriptionReturns the issues that were encountered during discovery.Returns the rootTestDescriptor
of the engine.
-
Method Details
-
getEngineDescriptor
Returns the rootTestDescriptor
of the engine.- Returns:
- the root
TestDescriptor
of the engine
-
getDiscoveryIssues
Returns the issues that were encountered during discovery.- Returns:
- the issues that were encountered during discovery
-