Uses of Interface
org.junit.platform.engine.DiscoveryIssue.Builder
Packages that use DiscoveryIssue.Builder
Package
Description
Public API for test engines.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of DiscoveryIssue.Builder in org.junit.platform.engine
Methods in org.junit.platform.engine that return DiscoveryIssue.BuilderModifier and TypeMethodDescriptionstatic DiscoveryIssue.Builder
DiscoveryIssue.builder
(DiscoveryIssue.Severity severity, String message) Create a newDiscoveryIssue.Builder
for creating aDiscoveryIssue
with the suppliedDiscoveryIssue.Severity
and message.Set theThrowable
that caused theDiscoveryIssue
.default DiscoveryIssue.Builder
Set theThrowable
that caused theDiscoveryIssue
.default DiscoveryIssue.Builder
DiscoveryIssue.Builder.source
(Optional<TestSource> source) Set theTestSource
for theDiscoveryIssue
.DiscoveryIssue.Builder.source
(TestSource source) Set theTestSource
for theDiscoveryIssue
. -
Uses of DiscoveryIssue.Builder in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type DiscoveryIssue.BuilderModifier and TypeMethodDescriptiondefault void
DiscoveryIssueReporter.reportIssue
(DiscoveryIssue.Builder builder) Build the suppliedBuilder
and report the resultingDiscoveryIssue
.