Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E H I M O R S T X

C

canSetSystemProperty - Variable in class org.apache.cactus.server.runner.ServletTestRunner
Indicates whether the servlet has sufficient permissions to set a system property, to be able to set the cactus.contentURL property.

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cactus.server.runner.ServletTestRunner
Starts the test suite passed as a HTTP parameter

E

ENCODING_PARAM - Static variable in class org.apache.cactus.server.runner.ServletTestRunner
Encoding to use for the returned XML.

H

HTTP_SUITE_PARAM - Static variable in class org.apache.cactus.server.runner.ServletTestRunner
HTTP parameter containing name of test suite to execute
HTTP_TRANSFORM_PARAM - Static variable in class org.apache.cactus.server.runner.ServletTestRunner
HTTP parameter that determines whether the XML test results should be transformed using the XSLT stylesheet specified as initialization parameter.
HTTP_XSL_PARAM - Static variable in class org.apache.cactus.server.runner.ServletTestRunner
HTTP parameter containing name of the XSL stylesheet to put in the returned XML test result.

I

init() - Method in class org.apache.cactus.server.runner.ServletTestRunner
Called by the container when the servlet is initialized.

M

mockServletConfig - Variable in class org.apache.cactus.server.runner.TestServletTestRunner
Control mock for javax.servlet.ServletConfig.
mockServletContext - Variable in class org.apache.cactus.server.runner.TestServletTestRunner
Control mock for javax.servlet.ServletContext.

O

org.apache.cactus.server.runner - package org.apache.cactus.server.runner
Contains the Cactus redirectors and the Cactus wrappers around all Servlet, Filter and JSP implicit objects.

R

run(String, String, String) - Method in class org.apache.cactus.server.runner.ServletTestRunner
Run the suite tests and return the result.
runner - Variable in class org.apache.cactus.server.runner.TestServletTestRunner
Object to unit test.

S

ServletTestRunner - class org.apache.cactus.server.runner.ServletTestRunner.
Helper servlet to start a JUnit Test Runner in a webapp.
ServletTestRunner() - Constructor for class org.apache.cactus.server.runner.ServletTestRunner
 
servletConfig - Variable in class org.apache.cactus.server.runner.TestServletTestRunner
Mock for javax.servlet.ServletConfig.
servletContext - Variable in class org.apache.cactus.server.runner.TestServletTestRunner
Mock for javax.servlet.ServletContext.
setSystemProperties(HttpServletRequest) - Method in class org.apache.cactus.server.runner.ServletTestRunner
Set up default Cactus System properties so that there is no need to have a cactus.properties file in WEB-INF/classes.
setUp() - Method in class org.apache.cactus.server.runner.TestServletTestRunner
 

T

TestServletTestRunner - class org.apache.cactus.server.runner.TestServletTestRunner.
Unit tests for ServletTestRunner.
TestServletTestRunner() - Constructor for class org.apache.cactus.server.runner.TestServletTestRunner
 
testInitWhenNoXslStylesheet() - Method in class org.apache.cactus.server.runner.TestServletTestRunner
Verify that the ServletTestRunner.init() 55 method works when there are no user stylesheet defined.
testInitWhenXslStylesheetNotFound() - Method in class org.apache.cactus.server.runner.TestServletTestRunner
Verify that the ServletTestRunner.init() 55 method works when there is a user stylesheet defined which points to an invalid file.
testInitWithXslStylesheet() - Method in class org.apache.cactus.server.runner.TestServletTestRunner
Verify that the ServletTestRunner.init() 55 method works when there is a valid user stylesheet defined.
transformer - Variable in class org.apache.cactus.server.runner.ServletTestRunner
The XML transformer.

X

XSL_STYLESHEET_PARAM - Static variable in class org.apache.cactus.server.runner.ServletTestRunner
Name of the servlet initialization parameter that contains the path to the XSLT stylesheet for transforming the XML report into HTML.

C D E H I M O R S T X