Package org.junit.platform.launcher.core
Class LauncherDiscoveryResult
java.lang.Object
org.junit.platform.launcher.core.LauncherDiscoveryResult
@API(status=INTERNAL,
since="1.7",
consumers={"org.junit.platform.testkit","org.junit.platform.suite.engine"})
public class LauncherDiscoveryResult
extends Object
Represents the result of test discovery of the configured
test engines.
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionList<org.junit.platform.engine.DiscoveryIssue> getDiscoveryIssues(org.junit.platform.engine.TestEngine testEngine) org.junit.platform.engine.TestDescriptorgetEngineTestDescriptor(org.junit.platform.engine.TestEngine testEngine) Collection<org.junit.platform.engine.TestEngine> withRetainedEngines(Predicate<? super org.junit.platform.engine.TestDescriptor> predicate)
-
Method Details
-
getEngineTestDescriptor
public org.junit.platform.engine.TestDescriptor getEngineTestDescriptor(org.junit.platform.engine.TestEngine testEngine) -
getDiscoveryIssues
@API(status=INTERNAL, since="1.13") public List<org.junit.platform.engine.DiscoveryIssue> getDiscoveryIssues(org.junit.platform.engine.TestEngine testEngine) -
getTestEngines
-
withRetainedEngines
public LauncherDiscoveryResult withRetainedEngines(Predicate<? super org.junit.platform.engine.TestDescriptor> predicate)
-