Uses of Class
jp.vmi.selenium.selenese.TestCaseMap
-
Packages that use TestCaseMap Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.parser -
-
Uses of TestCaseMap in jp.vmi.selenium.selenese
Fields in jp.vmi.selenium.selenese declared as TestCaseMap Modifier and Type Field Description static TestCaseMapTestCaseMap. EMPTYEmpty map of test-case.Methods in jp.vmi.selenium.selenese that return TestCaseMap Modifier and Type Method Description default TestCaseMapContext. getTestCaseMap()Get test-case map.TestCaseMapRunner. getTestCaseMap()TestCaseMapTestProject. getTestCaseMap()Get test-case map.Methods in jp.vmi.selenium.selenese with parameters of type TestCaseMap Modifier and Type Method Description default voidContext. setTestCaseMap(TestCaseMap testCaseMap)Set test-case map.voidRunner. setTestCaseMap(TestCaseMap testCaseMap)voidTestProject. setTestCaseMap(TestCaseMap testCaseMap)Set test-case map. -
Uses of TestCaseMap in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser that return TestCaseMap Modifier and Type Method Description TestCaseMapSeleneseTestProjectReader. getTestCaseMap()TestCaseMapSideTestProjectReader. getTestCaseMap()TestCaseMapTestProjectReader. getTestCaseMap()Get test-case map.
-