Class ServletSetLocaleCommandTestCase
java.lang.Object
org.apache.commons.chain.web.javax.servlet.ServletSetLocaleCommandTestCase
Test case for
ServletSetLocaleCommand
-
Field Summary
Modifier and TypeFieldDescriptionprotected ServletSetLocaleCommand
Chain API Objects - commandprotected ServletWebContext
Chain API Objects - contextprotected Locale
protected javax.servlet.http.HttpServletRequest
Servlet API Objects - Requestprotected javax.servlet.http.HttpServletResponse
Servlet API Objects - Responseprotected javax.servlet.ServletContext
Servlet API Objects - Contextprotected javax.servlet.http.HttpSession
Servlet API Objects - Session -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
check
(ServletWebContext context, ServletSetLocaleCommand command) void
init()
Set up instance variables required by this test case.void
tearDown()
Tear down instance variables required by this test case.void
Test configured behaviorvoid
Test 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