Uses of Class
jp.vmi.selenium.selenese.SourceType
-
Packages that use SourceType Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.inject jp.vmi.selenium.selenese.parser -
-
Uses of SourceType in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return SourceType Modifier and Type Method Description SourceTypeTestCase. getSourceType()Test-case source type.static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jp.vmi.selenium.selenese with parameters of type SourceType Modifier and Type Method Description TestCaseTestCase. initialize(SourceType sourceType, String filename, String name, String baseURL)Initialize after constructed.static SeleneseTestCaseParser. parse(SourceType sourceType, CommandIterator iter, TestProjectReader projectReader, ICommandFactory commandFactory)Parse test-case script.static SeleneseTestProjectParser. parse(SourceType sourceType, TestProjectReader projectReader, ICommandFactory commandFactory)Parse test-project script.static SeleneseTestSuiteParser. parse(SourceType sourceType, TestCaseIterator caseIter, TestProjectReader projectReader, ICommandFactory commandFactory)Parse test-suite script. -
Uses of SourceType in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command with parameters of type SourceType Modifier and Type Method Description String[]AbstractCommand. getVariableResolvedArguments(SourceType sourceType, VarsMap varsMap)default String[]ICommand. getVariableResolvedArguments(SourceType sourceType, VarsMap varsMap)Get command arguments where variables resolved. -
Uses of SourceType in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject with parameters of type SourceType Modifier and Type Method Description static TestCaseBinder. newTestCase(SourceType sourceType, String filename, String name, String baseURL)Constructs TestCase applied aspect. -
Uses of SourceType in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser with parameters of type SourceType Modifier and Type Method Description voidSideTestProjectReader. setupTestCaseMap(SourceType sourceType, ICommandFactory commandFactory)default voidTestProjectReader. setupTestCaseMap(SourceType sourceType, ICommandFactory commandFactory)Setup test-case map.
-