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 ObjectRepresents the result of test discovery of the configured test engines.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestDescriptorgetEngineTestDescriptor(TestEngine testEngine)Collection<TestEngine>getTestEngines()
-
-
-
Method Detail
-
getEngineTestDescriptor
public TestDescriptor getEngineTestDescriptor(TestEngine testEngine)
-
getTestEngines
public Collection<TestEngine> getTestEngines()
-
-