Uses of Interface
jp.vmi.selenium.selenese.command.ICommandFactory
-
Packages that use ICommandFactory Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.parser -
-
Uses of ICommandFactory in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return ICommandFactory Modifier and Type Method Description ICommandFactoryContext. getCommandFactory()Get CommandFactory instance.ICommandFactoryNullContext. getCommandFactory()Methods in jp.vmi.selenium.selenese with parameters of type ICommandFactory Modifier and Type Method Description voidTestCase. addCommand(ICommandFactory commandFactory, String name, String... args)Add command to command list.voidTestSuite. addSeleneseFile(String filename, ICommandFactory commandFactory)Add Selenese file.static SeleneseParser. parse(String filename, InputStream is, ICommandFactory commandFactory)Parse input stream.static SeleneseParser. parse(String filename, ICommandFactory commandFactory)Parse file.protected abstract SeleneseParser. parse(ICommandFactory commandFactory)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 ICommandFactory in jp.vmi.selenium.selenese.command
Classes in jp.vmi.selenium.selenese.command that implement ICommandFactory Modifier and Type Class Description classCommandFactoryFactory of selenese command.Methods in jp.vmi.selenium.selenese.command with parameters of type ICommandFactory Modifier and Type Method Description voidCommandFactory. registerCommandFactory(ICommandFactory factory)Register user defined comman factory. -
Uses of ICommandFactory in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser with parameters of type ICommandFactory Modifier and Type Method Description abstract voidCommandEntry. addToTestCase(TestCase testCase, ICommandFactory commandFactory)Add command to test case.voidSideTestProjectReader. setupTestCaseMap(SourceType sourceType, ICommandFactory commandFactory)default voidTestProjectReader. setupTestCaseMap(SourceType sourceType, ICommandFactory commandFactory)Setup test-case map.
-