Uses of Class
io.patriot_framework.junit.extensions.TestResultState
-
Packages that use TestResultState Package Description io.patriot_framework.junit.extensions -
-
Uses of TestResultState in io.patriot_framework.junit.extensions
Methods in io.patriot_framework.junit.extensions that return TestResultState Modifier and Type Method Description TestResultState
requiredState()
static TestResultState
TestResultState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestResultState[]
TestResultState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-