Uses of Class
org.nuxeo.runtime.test.runner.RandomBug.Mode
-
Packages that use RandomBug.Mode Package Description org.nuxeo.runtime.test.runner -
-
Uses of RandomBug.Mode in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner declared as RandomBug.Mode Modifier and Type Field Description RandomBug.Mode
RandomBug. DEFAULT
The default mode ifRandomBug.MODE_PROPERTY
is not set.Methods in org.nuxeo.runtime.test.runner that return RandomBug.Mode Modifier and Type Method Description protected RandomBug.Mode
RandomBug. fetchMode()
static RandomBug.Mode
RandomBug.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RandomBug.Mode[]
RandomBug.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-