Uses of Class
jp.vmi.selenium.selenese.Selenese.Type
-
Packages that use Selenese.Type Package Description jp.vmi.html.result jp.vmi.selenium.selenese jp.vmi.selenium.selenese.result -
-
Uses of Selenese.Type in jp.vmi.html.result
Methods in jp.vmi.html.result that return Selenese.Type Modifier and Type Method Description Selenese.TypeIHtmlResultTestTarget. getType()Get selenese type. -
Uses of Selenese.Type in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return Selenese.Type Modifier and Type Method Description Selenese.TypeErrorTestCase. getType()Selenese.TypeErrorTestProject. getType()Selenese.TypeErrorTestSuite. getType()Selenese.TypeSelenese. getType()Get script type.Selenese.TypeTestCase. getType()Selenese.TypeTestProject. getType()Selenese.TypeTestSuite. getType()static Selenese.TypeSelenese.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Selenese.Type[]Selenese.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Selenese.Type in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result with parameters of type Selenese.Type Modifier and Type Method Description List<Map.Entry<Selenese,Result>>Result. collectChildResults(Selenese.Type type)Collect child results specified Selenese.Type.
-