Uses of Class
jp.vmi.selenium.selenese.result.Result.Level
-
Packages that use Result.Level Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.result -
-
Uses of Result.Level in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type Result.Level Modifier and Type Method Description protected voidMain. exit(Result.Level exitLevel) -
Uses of Result.Level in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result that return Result.Level Modifier and Type Method Description Result.LevelError. getLevel()Result.LevelFailure. getLevel()Result.LevelMaxTimeExceeded. getLevel()abstract Result.LevelResult. getLevel()Get result level.Result.LevelSuccess. getLevel()Result.LevelUnexecuted. getLevel()Result.LevelWarning. getLevel()static Result.LevelResult.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Result.Level[]Result.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-