Method Summary |
|
protected void | setUp() |
public void | testAddWeblogicEjbRefs() |
public void | testCustomFilterRedirectorMapping() Verifies that the mapping of the filter redirector is correctly
overridden by a nested 'filterredirector' element. |
public void | testCustomFilterRedirectorMappingIgnored() Verifies that no definition of the filter redirector is added to a
Servlet 2.2 descriptor, even when explicitly requested by a nested
'filterredirector' element. |
public void | testCustomJspRedirectorMapping() Verifies that the mapping of the JSP redirector is correctly overridden
by a nested 'jspredirector' element. |
public void | testCustomServletRedirectorMapping() Verifies that the mapping of the servlet redirector is correctly
overridden by a nested 'servletredirector' element. |
public void | testDefaultRedirectors22Doctype() Tests whether the Cactus test redirectors are correctly added to the
descriptor of the cactified WAR. |
public void | testDefaultRedirectors23Doctype() Tests whether the Cactus test redirectors are correctly added to the
descriptor of the cactified WAR. |
public void | testDefaultRedirectorsNewWar22() Tests whether the Cactus test redirectors are correctly added to the
descriptor of a WAR when no srcfile attribute had been set, and the
version has been set to 2.2. |
public void | testDefaultRedirectorsNewWar23() Tests whether the Cactus test redirectors are correctly added to the
descriptor of a WAR when no srcfile attribute had been set, and the
version has been set to 2.3. |
public void | testDefaultRedirectorsNoDoctype() Tests whether the Cactus test redirectors are correctly added to the
descriptor of the cactified WAR. |
public void | testDestFileNotSet() Verifies that the task throws an exception when the destfile attribute
has not been set. |
public void | testLoginConfigNotOverwritten() Verifies that a already existent login configuration does not get
replaced by the default BASIC login configuration when secured
redirectors are defined. |
public void | testMultipleNamedFilterRedirectors() Verifies that two filter redirectors with different names and mappings
are added as expected. |
public void | testMultipleNamedJspRedirectors() Verifies that two JSP redirectors with different names and mappings
are added as expected. |
public void | testMultipleNamedServletRedirectors() Verifies that two servlet redirectors with different names and mappings
are added as expected. |
public void | testNeitherSrcFileNorVersionSet() Verifies that the task throws an exception when neither the srcfile
nor the version attribute has been set. |
public void | testNoDuplicateJars() Verifies that JARs already contained by the source archive are not added
again. |
public void | testSecuredServletRedirector() Verifies that a secured servlet redirector gets added alongside the role
names. |
public void | testSrcFileWithoutWebXml() Verifies the error raised when the source archive does not contain a web
deployment descriptor. |
public void | testSrcFileWithoutWebXmlNewWebXml22() Verifies an empty web was created when the source archive does not
contain a web deployment descriptor but specifies the version. |
public void | testSrcFileWithoutWebXmlNewWebXml23() Verifies an empty web was created when the source archive does not
contain a web deployment descriptor but specifies the version. |