Uses of Class
jp.vmi.selenium.selenese.TestCase
-
Packages that use TestCase Package Description jp.vmi.selenium.runner.converter jp.vmi.selenium.selenese jp.vmi.selenium.selenese.inject jp.vmi.selenium.selenese.parser -
-
Uses of TestCase in jp.vmi.selenium.runner.converter
Methods in jp.vmi.selenium.runner.converter with parameters of type TestCase Modifier and Type Method Description static SideTestConverters. convertTestCase(TestCase testCase, List<String> messages) -
Uses of TestCase in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return TestCase Modifier and Type Method Description TestCaseTestCaseMap. getById(String id)Get test-case by id.TestCaseContext. getCurrentTestCase()Get current test-case.TestCaseNullContext. getCurrentTestCase()TestCaseRunner. getCurrentTestCase()TestCaseTestCase. initialize(SourceType sourceType, String filename, String name, String baseURL)Initialize after constructed.TestCaseTestCaseMap. put(String name, TestCase testCase)Methods in jp.vmi.selenium.selenese that return types with arguments of type TestCase Modifier and Type Method Description Set<Map.Entry<String,TestCase>>TestCaseMap. entrySet()Methods in jp.vmi.selenium.selenese with parameters of type TestCase Modifier and Type Method Description TestCaseTestCaseMap. put(String name, TestCase testCase)voidTestCaseMap. put(TestCase testCase)Add test-case.voidContext. setCurrentTestCase(TestCase testCase)Set current test-case.voidNullContext. setCurrentTestCase(TestCase testCase)voidRunner. setCurrentTestCase(TestCase currentTestCase) -
Uses of TestCase in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject that return TestCase Modifier and Type Method Description static TestCaseBinder. newTestCase(String filename, String name, String baseURL)Deprecated.static TestCaseBinder. newTestCase(SourceType sourceType, String filename, String name, String baseURL)Constructs TestCase applied aspect. -
Uses of TestCase in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser that return TestCase Modifier and Type Method Description default TestCaseTestProjectReader. getTestCaseById(String id)Get parsed test-case.Methods in jp.vmi.selenium.selenese.parser with parameters of type TestCase Modifier and Type Method Description default voidTestProjectReader. addTestCase(TestCase testCase)Add test-case.abstract voidCommandEntry. addToTestCase(TestCase testCase, ICommandFactory commandFactory)Add command to test case.
-