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.ModeRandomBug. DEFAULTThe default mode ifRandomBug.MODE_PROPERTYis not set.Methods in org.nuxeo.runtime.test.runner that return RandomBug.Mode Modifier and Type Method Description protected RandomBug.ModeRandomBug. fetchMode()static RandomBug.ModeRandomBug.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.
-