| |
|
| java.lang.Object org.jzonic.webtester.WebTestSuite
WebTestSuite | public class WebTestSuite (Code) | | The WebTestSuite is a set of WebTests.
author: Mecky |
addWebTest | public void addWebTest(WebTester webTest)(Code) | | Adds a testcase to the testsuite
Parameters: webTest - a testcase |
runTestSuite | public WebTestSuiteResult runTestSuite()(Code) | | Runs the entire testsuite. All testcases are executed
in the same order they were added to the testsuite.
If one of the testcases will fail the testsuite continues
with the next testcase
|
|
|
|