| |
|
| java.lang.Object org.jzonic.webtester.WebTestResult
WebTestResult | public class WebTestResult (Code) | | The WebTestResult contains all informations about a testcase.
author: Mecky |
addResult | public void addResult(WebTestNodeResult res)(Code) | | This method adds a WebTestNodeResult to the list of results
for this test.
Parameters: res - the result of a WebTestNode |
getDuration | public long getDuration()(Code) | | Returns the amount of milliseconds that the entire
test took
duration as milliseconds |
getWebTestName | public String getWebTestName()(Code) | | Returns the webTestName. |
isSuccess | public boolean isSuccess()(Code) | | Returns the state of the entire test
true if the test was successfull |
setSuccess | public void setSuccess(boolean success)(Code) | | |
setWebTestName | public void setWebTestName(String webTestName)(Code) | | Parameters: webTestName - The webTestName to set. |
startTiming | public void startTiming()(Code) | | Starts the timing for the test
|
stopTiming | public void stopTiming()(Code) | | Stops the timing for the test
|
|
|
|