Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryResult
Packages that use LauncherDiscoveryResult
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.Core package for the JUnit Platform Suite test engine.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of LauncherDiscoveryResult in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as LauncherDiscoveryResultModifier and TypeFieldDescriptionprivate final LauncherDiscoveryResultInternalTestPlan.discoveryResultMethods in org.junit.platform.launcher.core that return LauncherDiscoveryResultModifier and TypeMethodDescriptionprivate LauncherDiscoveryResultDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest, LauncherPhase phase) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request) Discovers tests for the supplied request using the configured test engines.private LauncherDiscoveryResultEngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, Optional<LauncherPhase> phase, Function<String, UniqueId> uniqueIdCreator) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, UniqueId parentId) Discovers tests for the supplied request in the supplied phase using the configured test engines to be used by the suite engine.(package private) LauncherDiscoveryResultEngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, LauncherPhase phase) (package private) LauncherDiscoveryResultInternalTestPlan.getDiscoveryResult()LauncherDiscoveryResult.withRetainedEngines(Predicate<? super TestDescriptor> predicate) Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResultModifier and TypeMethodDescriptionvoidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.private voidEngineExecutionOrchestrator.failOrExecuteEngine(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener, TestEngine testEngine, NamespacedHierarchicalStore<Namespace> requestLevelStore) (package private) static InternalTestPlanInternalTestPlan.from(LauncherDiscoveryResult discoveryResult) private static voidEngineDiscoveryOrchestrator.reportDiscoveryIssues(LauncherDiscoveryResult discoveryResult) private static booleanEngineExecutionOrchestrator.shouldReportDiscoveryIssues(LauncherDiscoveryResult discoveryResult) Constructors in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResultModifierConstructorDescriptionprivateInternalTestPlan(LauncherDiscoveryResult discoveryResult, TestPlan delegate) -
Uses of LauncherDiscoveryResult in org.junit.platform.suite.engine
Fields in org.junit.platform.suite.engine declared as LauncherDiscoveryResultModifier and TypeFieldDescriptionprivate LauncherDiscoveryResultSuiteTestDescriptor.launcherDiscoveryResultMethods in org.junit.platform.suite.engine that return LauncherDiscoveryResultModifier and TypeMethodDescription(package private) LauncherDiscoveryResultSuiteLauncher.discover(LauncherDiscoveryRequest discoveryRequest, UniqueId parentId) Methods in org.junit.platform.suite.engine with parameters of type LauncherDiscoveryResultModifier and TypeMethodDescription(package private) TestExecutionSummarySuiteLauncher.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener parentEngineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) -
Uses of LauncherDiscoveryResult in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return LauncherDiscoveryResultModifier and TypeMethodDescriptionprivate static LauncherDiscoveryResultEngineTestKit.discoverUsingOrchestrator(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)