Method Summary |
|
protected void | setUp() |
public void | testEmpty() Verifies that a completely empty container set definition is constructed
as expected. |
public void | testEmptyWithProxyPort() Verifies that the proxyport attribute of a container set
results in the proxy port being set as expected. |
public void | testEmptyWithTimeout() Verifies that the timeout attribute of a container set
results in the timeout being set as expected. |
public void | testGenericContainer() Verifies that a generic container can be added to an otherwise
empty container, and be retrieved as expected. |
public void | testGenericContainerWithProxyPort() Verifies that setting the proxy port on the container set results in the
port of the nested containers being set to the proxy port. |
public void | testGenericContainerWithTasks() Verifies that the startup and shutdown hooks of a generic container
nested in a container set definition are not invoked when defined, but
when explicitly calling the container lifecycle methods. |