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 Details

    • getEngineTestDescriptor

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

      public Collection<org.junit.platform.engine.TestEngine> getTestEngines()
    • withRetainedEngines

      public LauncherDiscoveryResult withRetainedEngines(Predicate<? super org.junit.platform.engine.TestDescriptor> predicate)