Uses of Interface
org.junit.platform.engine.DiscoveryIssue
Packages that use DiscoveryIssue
Package
Description
Public API for test engines.
Configurable test discovery implementation that can be reused by different test engines.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of DiscoveryIssue in org.junit.platform.engine
Methods in org.junit.platform.engine that return DiscoveryIssueModifier and TypeMethodDescriptionDiscoveryIssue.Builder.build()
Build theDiscoveryIssue
.static DiscoveryIssue
DiscoveryIssue.create
(DiscoveryIssue.Severity severity, String message) Create a newDiscoveryIssue
with the suppliedDiscoveryIssue.Severity
and message.Methods in org.junit.platform.engine with parameters of type DiscoveryIssueModifier and TypeMethodDescriptiondefault void
EngineDiscoveryListener.issueEncountered
(UniqueId engineId, DiscoveryIssue issue) Called when the engine with the suppliedengineId
encountered an issue during test discovery. -
Uses of DiscoveryIssue in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type DiscoveryIssueModifier and TypeMethodDescriptionvoid
DiscoveryIssueReporter.reportIssue
(DiscoveryIssue issue) Report the suppliedDiscoveryIssue
.Method parameters in org.junit.platform.engine.support.discovery with type arguments of type DiscoveryIssueModifier and TypeMethodDescriptiondefault <T> DiscoveryIssueReporter.Condition
<T> DiscoveryIssueReporter.createReportingCondition
(Predicate<T> predicate, Function<T, DiscoveryIssue> issueCreator) Create aDiscoveryIssueReporter.Condition
that reports aDiscoveryIssue
when the suppliedPredicate
is not met. -
Uses of DiscoveryIssue in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return types with arguments of type DiscoveryIssueModifier and TypeMethodDescriptionLauncherDiscoveryResult.getDiscoveryIssues
(TestEngine testEngine) -
Uses of DiscoveryIssue in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return types with arguments of type DiscoveryIssueModifier and TypeMethodDescriptionEngineDiscoveryResults.getDiscoveryIssues()
Returns the issues that were encountered during discovery.