Class ServletSetLocaleCommandTestCase
java.lang.Object
org.apache.commons.chain.web.javax.servlet.ServletSetLocaleCommandTestCase
Test case for
ServletSetLocaleCommand-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServletSetLocaleCommandChain API Objects - commandprotected ServletWebContextChain API Objects - contextprotected Localeprotected HttpServletRequestServlet API Objects - Requestprotected HttpServletResponseServlet API Objects - Responseprotected ServletContextServlet API Objects - Contextprotected HttpSessionServlet API Objects - Session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck(ServletWebContext context, ServletSetLocaleCommand command) voidinit()Set up instance variables required by this test case.voidtearDown()Tear down instance variables required by this test case.voidTest configured behaviorvoidTest default behavior
-
Field Details
-
locale
-
scontext
Servlet API Objects - Context -
request
Servlet API Objects - Request -
response
Servlet API Objects - Response -
session
Servlet API Objects - Session -
context
Chain API Objects - context -
command
Chain API Objects - command
-
-
Constructor Details
-
ServletSetLocaleCommandTestCase
public ServletSetLocaleCommandTestCase()The Default-Constructor for this class.
-
-
Method Details