Method Summary |
|
protected void | setUp() |
public void | testIgnoreAlreadyRunning() Verifies that the runner correctly recognizes an already running
container, and does not attempt to shut it down. |
public void | testSetInvalidUrl() Verifies that an exception is thrown when setting the URL property to a
non-HTTP URL. |
public void | testShutDownWithoutUrl() Verifies that an exception is thrown if shutDownContainer() is invoked
before a URL has been set. |
public void | testStartUpFailure() Verifies that the runner throws an exception when a container doesn't
return a success status. |
public void | testStartUpShutDown() Verifies that the runner correctly starts and stops a well-behaved
container. |
public void | testStartUpTimeout() Verifies that the runner tries for a time approximately close to the
timeout period to start up the container, and then fails if the container
isn't responding. |
public void | testStartUpWithoutUrl() Verifies that an exception is thrown if startUpContainer() is invoked
before a URL has been set. |