Uses of Enum Class
org.junit.platform.engine.DiscoveryIssue.Severity
Packages that use DiscoveryIssue.Severity
-
Uses of DiscoveryIssue.Severity in org.junit.platform.engine
Subclasses with type arguments of type DiscoveryIssue.Severity in org.junit.platform.engineModifier and TypeClassDescriptionstatic enum
The severity of aDiscoveryIssue
.Methods in org.junit.platform.engine that return DiscoveryIssue.SeverityModifier and TypeMethodDescriptionDiscoveryIssue.severity()
Returns the severity of this issue.static DiscoveryIssue.Severity
Returns the enum constant of this class with the specified name.static DiscoveryIssue.Severity[]
DiscoveryIssue.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.engine with parameters of type DiscoveryIssue.SeverityModifier and TypeMethodDescriptionstatic DiscoveryIssue.Builder
DiscoveryIssue.builder
(DiscoveryIssue.Severity severity, String message) Create a newDiscoveryIssue.Builder
for creating aDiscoveryIssue
with the suppliedDiscoveryIssue.Severity
and message.static DiscoveryIssue
DiscoveryIssue.create
(DiscoveryIssue.Severity severity, String message) Create a newDiscoveryIssue
with the suppliedDiscoveryIssue.Severity
and message.