Uses of Class
org.opentest4j.reporting.events.core.Result.Status
-
Packages that use Result.Status Package Description org.opentest4j.reporting.events.core -
-
Uses of Result.Status in org.opentest4j.reporting.events.core
Methods in org.opentest4j.reporting.events.core that return Result.Status Modifier and Type Method Description static Result.Status
Result.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Result.Status[]
Result.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentest4j.reporting.events.core with parameters of type Result.Status Modifier and Type Method Description static Factory<Result>
CoreFactory. result(Result.Status status)
Create a factory forResult
elements.
-