Method Summary |
|
public void | testGetLogs() Verify that calls to ServletContext.log() methods can
be retrieved and asserted. |
public void | testGetServletNameNoOverride() Verify that if we don't override the servlet name we get the original
name (i.e. |
public void | testGetServletNameOverriden() Verify that we can override the
ServletConfig.getServletName() method. |
public void | testSetConfigParameter() Verify that we can add parameters to the config list of parameters
programatically, without having to define them in web.xml . |
public void | testSetConfigParameterOverrideWebXmlParameter() Verify that calling setInitParameter() with a parameter
already defined in web.xml will override it. |