Class PortletGetLocaleCommandTestCase
java.lang.Object
org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Test case for
PortletGetLocaleCommand-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PortletGetLocaleCommandChain API Objects - commandprotected PortletWebContextChain API Objects - contextprotected Localeprotected PortletContextPortlet API Objects - Contextprotected PortletRequestPortlet API Objects - Requestprotected PortletResponsePortlet API Objects - Responseprotected PortletSessionPortlet API Objects - Session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheck(PortletWebContext context, PortletGetLocaleCommand 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
-
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