Class ServletGetLocaleCommandTestCase
java.lang.Object
org.apache.commons.chain.web.jakarta.servlet.ServletGetLocaleCommandTestCase
Test case for
ServletGetLocaleCommand-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServletGetLocaleCommandChain 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, ServletGetLocaleCommand 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
-
ServletGetLocaleCommandTestCase
public ServletGetLocaleCommandTestCase()The Default-Constructor for this class.
-
-
Method Details