org.jzonic.webtester
Class WebTester
java.lang.Object
|
+--org.jzonic.webtester.WebTester
- public class WebTester
- extends java.lang.Object
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.
|
Constructor Summary |
WebTester(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebTester
public WebTester(java.lang.String name)
runTest
public WebTestResult runTest()
- This method will run a test. The test is a set of WebTestNodes.
- Returns:
- the WebTestResult containing all informations for this test
parseLine
public void parseLine(java.lang.String line)
getWebTestName
public java.lang.String getWebTestName()
- Returns the name of the test
- Returns:
- the name of the test
setWebTestName
public void setWebTestName(java.lang.String webTestName)
- Sets the test name
- Parameters:
webTestName - name of the test
Copyright © 2004 Andreas Mecky. All Rights Reserved.