Package org.junit.platform.launcher.core
Class LauncherDiscoveryResult
- java.lang.Object
-
- org.junit.platform.launcher.core.LauncherDiscoveryResult
-
@API(status=INTERNAL, since="1.7", consumers="testkit") public class LauncherDiscoveryResult extends java.lang.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 org.junit.platform.engine.TestDescriptorgetEngineTestDescriptor(org.junit.platform.engine.TestEngine testEngine)
-