testExecuteStartWithNoDeployableAndNoTestURL() Verifies that the task can start and stop a Resin 3.x instance
when there is nothing to deploy and when we don't use a test URL
to wait for the container to be started.
public void
testExecuteStartWithNoDeployableAndWithTestURL() Verifies that the task can start and stop a Resin 3.x instance
when there is nothing to deploy and when we use a test URL
to wait for the container to be started.
public void
testExecuteStartWithWarDeployableAndNoTestURL() Verifies that the task can start and stop a Resin 3.x instance
when there is a webapp to deploy and when we don't use a test URL
to wait for the container to be started.
public void testExecuteStartWithNoDeployableAndNoTestURL()(Code)
Verifies that the task can start and stop a Resin 3.x instance
when there is nothing to deploy and when we don't use a test URL
to wait for the container to be started.
testExecuteStartWithNoDeployableAndWithTestURL
public void testExecuteStartWithNoDeployableAndWithTestURL()(Code)
Verifies that the task can start and stop a Resin 3.x instance
when there is nothing to deploy and when we use a test URL
to wait for the container to be started.
testExecuteStartWithWarDeployableAndNoTestURL
public void testExecuteStartWithWarDeployableAndNoTestURL()(Code)
Verifies that the task can start and stop a Resin 3.x instance
when there is a webapp to deploy and when we don't use a test URL
to wait for the container to be started.
testExecuteWhenNoActionSpecified
public void testExecuteWhenNoActionSpecified()(Code)
Verifies that the task throws an exception when the action attribute
has not been set.