Method Summary |
|
protected void | setUp() |
public void | testEarFileCactified() Verifies that the task does nothing if it is given a cactified enterprise
application, but neither tests nor containers. |
public void | testEarFileEmpty() Verifies that the task throws an exception when the earfile attribute
is set to an empty enterprise application archive. |
public void | testEarFileNotCactified() Verifies that the task throws an exception when the earfile attribute
is set to an enterprise application archive that doesn't contain a web
module with the definition of the test redirectors. |
public void | testNeitherWarFileNorEarFileSet() Verifies that the task throws an exception when the warfile attribute
has not been set. |
public void | testWarFileCactified() Verifies that the task does nothing if it is given a cactified web
application, but neither tests nor containers. |
public void | testWarFileNotCactified() Verifies that the task throws an exception when the warfile attribute
is set to a web-app archive that has not been cactified. |
public void | testWarFileNotExisting() Verifies that the task throws an exception when the warfile attribute
is set to a non-existing file. |