Uses of Class
org.opentest4j.reporting.tooling.validator.Severity
-
Packages that use Severity Package Description org.opentest4j.reporting.tooling.validator -
-
Uses of Severity in org.opentest4j.reporting.tooling.validator
Methods in org.opentest4j.reporting.tooling.validator that return Severity Modifier and Type Method Description Severity
ValidationMessage. getSeverity()
Get the severity of this validation message.static Severity
Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentest4j.reporting.tooling.validator with parameters of type Severity Modifier and Type Method Description long
ValidationResult. count(Severity severity)
Count the number of validation messages with the supplied severity.
-