Uses of Interface
jp.vmi.selenium.selenese.Selenese
-
Packages that use Selenese Package Description jp.vmi.selenium.runner.converter jp.vmi.selenium.selenese jp.vmi.selenium.selenese.inject jp.vmi.selenium.selenese.result -
-
Uses of Selenese in jp.vmi.selenium.runner.converter
Methods in jp.vmi.selenium.runner.converter with parameters of type Selenese Modifier and Type Method Description static SideFileConverters. convertSelenese(Selenese selenese, List<String> messages, Set<String> childFiles) -
Uses of Selenese in jp.vmi.selenium.selenese
Classes in jp.vmi.selenium.selenese that implement Selenese Modifier and Type Class Description classErrorSourceclassErrorTestCaseTest-case with errrors.classErrorTestProjectTest-suite with errors.classErrorTestSuiteTest-suite with errors.classTestCasetest-case object for execution.classTestProjecttest-project object for execution.classTestSuitetest-suite object for execution.Methods in jp.vmi.selenium.selenese that return Selenese Modifier and Type Method Description 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.SeleneseTestProject. pullOutFirstFromSeleneseList()Pull out the first element from the selenese list and unlink the parent from that element.Methods in jp.vmi.selenium.selenese that return types with arguments of type Selenese Modifier and Type Method Description List<Selenese>TestSuite. getSeleneseList()Get Selenese list.Methods in jp.vmi.selenium.selenese with parameters of type Selenese Modifier and Type Method Description voidTestSuite. addSelenese(Selenese selenese)Add Selenese (test-suite/test-case) instance.ResultErrorSource. execute(Selenese parent, Context context)ResultErrorTestCase. execute(Selenese parent, Context context)ResultErrorTestSuite. execute(Selenese parent, Context context)ResultRunner. execute(Selenese selenese)Execute test-suite / test-case.ResultSelenese. execute(Selenese parent, Context context)Execute script.ResultTestCase. execute(Selenese parent, Context context)ResultTestProject. execute(Selenese parent, Context context)ResultTestSuite. execute(Selenese parent, Context context) -
Uses of Selenese in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject with parameters of type Selenese Modifier and Type Method Description protected abstract ResultAbstractExecuteTestCaseInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, ITestCase testCase, Selenese parent, Context context)protected abstract ResultAbstractExecuteTestSuiteInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, TestSuite testSuite, Selenese parent, Context context)protected ResultExecuteTestCaseInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, ITestCase testCase, Selenese parent, Context context)protected ResultExecuteTestSuiteInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, TestSuite testSuite, Selenese parent, Context context) -
Uses of Selenese in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result that return types with arguments of type Selenese Modifier and Type Method Description List<Map.Entry<Selenese,Result>>Result. collectChildResults(Selenese.Type type)Collect child results specified Selenese.Type.List<Map.Entry<Selenese,Result>>Result. getChildResults()Get child results.Methods in jp.vmi.selenium.selenese.result with parameters of type Selenese Modifier and Type Method Description ResultResult. updateWithChildResult(Selenese childSource, Result childResult)Update total result with child result.
-