| |
|
| java.lang.Object org.jzonic.webtester.WebTester
WebTester | public class WebTester (Code) | | WebTester covers all methods to build and run a single test. A test is
a set of WebTestNodes. Each node defining a step in the entire testcase.
author: Mecky |
getWebTestName | public String getWebTestName()(Code) | | Returns the name of the test
the name of the test |
runTest | public WebTestResult runTest()(Code) | | This method will run a test. The test is a set of WebTestNodes.
the WebTestResult containing all informations for this test |
setWebTestName | public void setWebTestName(String webTestName)(Code) | | Sets the test name
Parameters: webTestName - name of the test |
|
|
|