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 rootTestDescriptorof the engine. 
- 
Method Details
- 
getEngineDescriptor
Returns the rootTestDescriptorof the engine.- Returns:
 - the root 
TestDescriptorof the engine 
 - 
getDiscoveryIssues
Returns the issues that were encountered during discovery.- Returns:
 - the issues that were encountered during discovery
 
 
 -