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 SeverityValidationMessage. getSeverity()Get the severity of this validation message.static SeveritySeverity. 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 longValidationResult. count(Severity severity)Count the number of validation messages with the supplied severity.
-