Method Summary |
|
protected void | setUp() |
public void | testNonHttpTestUrl() Verifies that a build exception is thrown if the testurl
attribute is set to a non-HTTP URL. |
public void | testStartNotSet() Verifies that a build exception is thrown if neither the
starttarget nor a nested start element has been
specified. |
public void | testStartTimeout() Verifies that the starttarget is run before the timeout is
exceeded. |
public void | testStopNotSet() Verifies that a build exception is thrown if neither the
stoptarget nor a nested stop element has been
specified. |
public void | testTestNotSet() Verifies that a build exception is thrown if neither the
testtarget nor a nested test element has been
specified. |
public void | testTestUrlNotSet() Verifies that a build exception is thrown if the testurl
attribute is not set. |