Uses of Class
jp.vmi.selenium.selenese.InvalidSeleneseException
-
Packages that use InvalidSeleneseException Package Description jp.vmi.selenium.runner.model.side jp.vmi.selenium.selenese jp.vmi.selenium.selenese.inject jp.vmi.selenium.selenese.parser -
-
Uses of InvalidSeleneseException in jp.vmi.selenium.runner.model.side
Methods in jp.vmi.selenium.runner.model.side that throw InvalidSeleneseException Modifier and Type Method Description static SideProjectSideFile. parse(String filename, InputStream is)Read side format data. -
Uses of InvalidSeleneseException in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type InvalidSeleneseException Modifier and Type Method Description ErrorSourceErrorSource. initialize(String filename, InvalidSeleneseException e)Initialize.ErrorTestCaseErrorTestCase. initialize(String filename, InvalidSeleneseException e)ErrorTestProjectErrorTestProject. initialize(String filename, InvalidSeleneseException e)ErrorTestSuiteErrorTestSuite. initialize(String filename, InvalidSeleneseException e)Methods in jp.vmi.selenium.selenese that throw InvalidSeleneseException Modifier and Type Method Description ResultErrorSource. execute(Selenese parent, Context context)ResultErrorTestCase. execute(Selenese parent, Context context)ResultErrorTestSuite. execute(Selenese parent, Context context)ResultSelenese. execute(Selenese parent, Context context)Execute script.static SeleneseTestProjectParser. parse(SourceType sourceType, TestProjectReader projectReader, ICommandFactory commandFactory)Parse test-project script. -
Uses of InvalidSeleneseException in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject with parameters of type InvalidSeleneseException Modifier and Type Method Description static ErrorTestCaseBinder. newErrorTestCase(String filename, InvalidSeleneseException e)Constructs ErrorTestCase applied aspect.static ErrorTestProjectBinder. newErrorTestProject(String filename, InvalidSeleneseException e)Constructs ErrorTestProject applied aspect.static ErrorTestSuiteBinder. newErrorTestSuite(String filename, InvalidSeleneseException e)Constructs ErrorTestSuite applied aspect. -
Uses of InvalidSeleneseException in jp.vmi.selenium.selenese.parser
Methods in jp.vmi.selenium.selenese.parser that throw InvalidSeleneseException Modifier and Type Method Description TestElementIteratorFactory<CommandIterator,TestCaseEntry>SeleneseTestCaseIterator. getCommandIteratorFactory()TestElementIteratorFactory<CommandIterator,TestCaseEntry>TestCaseIterator. getCommandIteratorFactory()Get command iterator factory.TestElementIteratorFactory<TestCaseIterator,TestSuiteEntry>TestSuiteIterator. getTestCaseIteratorFactory()Get test case iterator factory.ITestElementIteratorFactory. getTestElementIterator(E entry)Get test case iterator.TestSuiteIteratorSeleneseTestProjectReader. getTestSuiteIterator()TestSuiteIteratorSideTestProjectReader. getTestSuiteIterator()TestSuiteIteratorTestProjectReader. getTestSuiteIterator()Get test-suite iterator.static SeleneseIteratorFactorySeleneseIteratorFactory. newInstance(String filename)Create test iterator of Selenese format.static SeleneseIteratorFactorySeleneseIteratorFactory. newInstance(String filename, InputStream is)Create test iterator of Selenese format.static SeleneseTestProjectReaderSeleneseTestProjectReader. newInstance(String filename, InputStream is)Create new instance of SeleneseTestProjectReader.static SideTestProjectReaderSideTestProjectReader. newInstance(String filename, InputStream is)Create new instance of SideTestProjectReader.TestElementIterator<?>SeleneseIteratorFactory. newIterator()Create test iterator of Selenese format.Constructors in jp.vmi.selenium.selenese.parser that throw InvalidSeleneseException Constructor Description SeleneseCommandIterator(String filename, Document document, String baseURL)Constructor.SeleneseTestCaseIterator(String filename, Document document)Constructor.
-