Class LauncherDiscoveryResult


  • @API(status=INTERNAL,
         since="1.7",
         consumers="testkit")
    public class LauncherDiscoveryResult
    extends java.lang.Object
    Represents 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.TestDescriptor getEngineTestDescriptor​(org.junit.platform.engine.TestEngine testEngine)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEngineTestDescriptor

        public org.junit.platform.engine.TestDescriptor getEngineTestDescriptor​(org.junit.platform.engine.TestEngine testEngine)