org.jzonic.webtester
Class WebTestSuite

java.lang.Object
  |
  +--org.jzonic.webtester.WebTestSuite

public class WebTestSuite
extends java.lang.Object

The WebTestSuite is a set of WebTests.


Constructor Summary
WebTestSuite(java.lang.String suiteName)
           
 
Method Summary
 void addWebTest(WebTester webTest)
          Adds a testcase to the testsuite
 WebTestSuiteResult runTestSuite()
          Runs the entire testsuite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebTestSuite

public WebTestSuite(java.lang.String suiteName)
Method Detail

addWebTest

public void addWebTest(WebTester webTest)
Adds a testcase to the testsuite
Parameters:
webTest - a testcase

runTestSuite

public WebTestSuiteResult runTestSuite()
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
Returns:
 


Copyright © 2004 Andreas Mecky. All Rights Reserved.