Package org.junit.platform.engine
Interface DiscoveryIssue.Builder
- Enclosing interface:
DiscoveryIssue
public static interface DiscoveryIssue.Builder
Builder for creating a
DiscoveryIssue.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build theDiscoveryIssue.Set theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.BuilderSet theThrowablethat caused theDiscoveryIssue.default DiscoveryIssue.Buildersource(Optional<TestSource> source) Set theTestSourcefor theDiscoveryIssue.source(TestSource source) Set theTestSourcefor theDiscoveryIssue.
-
Method Details
-
source
Set theTestSourcefor theDiscoveryIssue. -
source
Set theTestSourcefor theDiscoveryIssue. -
cause
Set theThrowablethat caused theDiscoveryIssue. -
cause
Set theThrowablethat caused theDiscoveryIssue. -
build
DiscoveryIssue build()Build theDiscoveryIssue.
-