Uses of Class
jp.vmi.selenium.selenese.TestSuite
-
Packages that use TestSuite Package Description jp.vmi.html.result jp.vmi.selenium.runner.converter jp.vmi.selenium.selenese jp.vmi.selenium.selenese.inject -
-
Uses of TestSuite in jp.vmi.html.result
Fields in jp.vmi.html.result declared as TestSuite Modifier and Type Field Description TestSuiteTestSuiteTree.Node. testSuiteMethods in jp.vmi.html.result with parameters of type TestSuite Modifier and Type Method Description voidTestSuiteTree. add(TestSuite testSuite, TestSuiteSummary summary)Add test-suite and it's summary.TestSuiteSummaryHtmlResult. generate(TestSuite testSuite)Generate HTML result.TestSuiteSummaryTestSuiteTree. getSummary(TestSuite testSuite)Get test-suite result summary. -
Uses of TestSuite in jp.vmi.selenium.runner.converter
Methods in jp.vmi.selenium.runner.converter with parameters of type TestSuite Modifier and Type Method Description static voidConverters. addTestSuite(TestSuite testSuite, SideFile sideFile, List<String> messags, Set<String> childFiles) -
Uses of TestSuite in jp.vmi.selenium.selenese
Subclasses of TestSuite in jp.vmi.selenium.selenese Modifier and Type Class Description classTestProjecttest-project object for execution.Methods in jp.vmi.selenium.selenese that return TestSuite Modifier and Type Method Description TestSuiteTestSuite. initialize(String filename, String name)Initialize after constructed. -
Uses of TestSuite in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject that return TestSuite Modifier and Type Method Description static TestSuiteBinder. newTestSuite(String filename, String name)Constructs TestSuite applied aspect.Methods in jp.vmi.selenium.selenese.inject with parameters of type TestSuite Modifier and Type Method Description protected abstract ResultAbstractExecuteTestSuiteInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, TestSuite testSuite, Selenese parent, Context context)protected ResultExecuteTestSuiteInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, TestSuite testSuite, Selenese parent, Context context)
-