Uses of Class
org.junit.platform.launcher.core.DiscoveryIssueNotifier
-
Packages that use DiscoveryIssueNotifier Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of DiscoveryIssueNotifier in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as DiscoveryIssueNotifier Modifier and Type Field Description private DiscoveryIssueNotifierLauncherDiscoveryResult.EngineResultInfo. discoveryIssueNotifier(package private) static DiscoveryIssueNotifierDiscoveryIssueNotifier. NO_ISSUESMethods in org.junit.platform.launcher.core that return DiscoveryIssueNotifier Modifier and Type Method Description (package private) static DiscoveryIssueNotifierDiscoveryIssueNotifier. from(DiscoveryIssue.Severity criticalSeverity, java.util.List<DiscoveryIssue> issues)(package private) DiscoveryIssueNotifierLauncherDiscoveryResult.EngineResultInfo. getDiscoveryIssueNotifier()(package private) DiscoveryIssueNotifierDiscoveryIssueCollector. toNotifier()Methods in org.junit.platform.launcher.core with parameters of type DiscoveryIssueNotifier Modifier and Type Method Description (package private) static LauncherDiscoveryResult.EngineResultInfoLauncherDiscoveryResult.EngineResultInfo. completed(TestDescriptor rootDescriptor, DiscoveryIssueNotifier discoveryIssueNotifier)(package private) static LauncherDiscoveryResult.EngineResultInfoLauncherDiscoveryResult.EngineResultInfo. errored(TestDescriptor rootDescriptor, DiscoveryIssueNotifier discoveryIssueNotifier, java.lang.Throwable cause)private voidEngineExecutionOrchestrator. executeEngine(TestDescriptor engineDescriptor, EngineExecutionListener listener, ConfigurationParameters configurationParameters, TestEngine testEngine, OutputDirectoryCreator outputDirectoryCreator, DiscoveryIssueNotifier discoveryIssueNotifier, NamespacedHierarchicalStore<Namespace> requestLevelStore)Constructors in org.junit.platform.launcher.core with parameters of type DiscoveryIssueNotifier Constructor Description EngineResultInfo(TestDescriptor rootDescriptor, DiscoveryIssueNotifier discoveryIssueNotifier, java.lang.Throwable cause)
-