Class PortletGetLocaleCommandTestCase
java.lang.Object
org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Test case for
PortletGetLocaleCommand
-
Field Summary
Modifier and TypeFieldDescriptionprotected PortletGetLocaleCommand
Chain API Objects - commandprotected PortletWebContext
Chain API Objects - contextprotected Locale
protected javax.portlet.PortletContext
Portlet API Objects - Contextprotected javax.portlet.PortletRequest
Portlet API Objects - Requestprotected javax.portlet.PortletResponse
Portlet API Objects - Responseprotected javax.portlet.PortletSession
Portlet API Objects - Session -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
check
(PortletWebContext context, PortletGetLocaleCommand 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
-
pcontext
Portlet API Objects - Context -
request
Portlet API Objects - Request -
response
Portlet API Objects - Response -
session
Portlet API Objects - Session -
context
Chain API Objects - context -
command
Chain API Objects - command
-
-
Constructor Details
-
PortletGetLocaleCommandTestCase
public PortletGetLocaleCommandTestCase()The Default-Constructor for this class.
-
-
Method Details