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