Package org.apache.struts2.junit
Class StrutsJUnit4TestCase<T>
java.lang.Object
org.apache.struts2.XWorkJUnit4TestCase
org.apache.struts2.junit.XWorkJUnit4TestCase
org.apache.struts2.junit.StrutsJUnit4TestCase<T>
- Direct Known Subclasses:
- StrutsRestTestCase,- StrutsSpringJUnit4TestCase
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Dispatcherprotected org.springframework.mock.web.MockPageContextprotected org.springframework.mock.web.MockHttpServletRequestprotected org.springframework.core.io.DefaultResourceLoaderprotected org.springframework.mock.web.MockHttpServletResponseprotected org.springframework.mock.web.MockServletContextFields inherited from class org.apache.struts2.XWorkJUnit4TestCaseactionProxyFactory, configuration, configurationManager, container
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanprotected StringexecuteAction(String uri) Executes an action and returns it's output (not the result returned from execute()), but the actual output that would be written to the response.protected Objectgets an object from the stack after an action is executedvoidprotected Tgets an object from the stack after an action is executedprotected ActionMappinggetActionMapping(jakarta.servlet.http.HttpServletRequest request) Finds an ActionMapping for a given requestprotected ActionMappinggetActionMapping(String url) Finds an ActionMapping for a given urlprotected ActionProxygetActionProxy(String uri) Creates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters.protected StringOverride this method to return a comma separated list of paths to a configuration file.protected voidinitActionContext(ActionContext actionContext) protected DispatcherinitDispatcher(Map<String, String> params) protected voidprotected voidprotected voidinitSession(ActionContext actionContext) protected voidinjectStrutsDependencies(Object object) Injects dependencies on an Object using Struts internal IoC containervoidsetUp()Sets up the configuration settings, XWork configuration, and message resourcesprotected voidvoidtearDown()Methods inherited from class org.apache.struts2.XWorkJUnit4TestCaseloadButAdd, loadButAdd, loadConfigurationProviders
- 
Field Details- 
responseprotected org.springframework.mock.web.MockHttpServletResponse response
- 
requestprotected org.springframework.mock.web.MockHttpServletRequest request
- 
pageContextprotected org.springframework.mock.web.MockPageContext pageContext
- 
servletContextprotected org.springframework.mock.web.MockServletContext servletContext
- 
dispatcherInitParams
- 
dispatcher
- 
resourceLoaderprotected org.springframework.core.io.DefaultResourceLoader resourceLoader
 
- 
- 
Constructor Details- 
StrutsJUnit4TestCasepublic StrutsJUnit4TestCase()
 
- 
- 
Method Details- 
findValueAfterExecutegets an object from the stack after an action is executed
- 
getActiongets an object from the stack after an action is executed- Returns:
- The executed action
 
- 
containsErrorsprotected boolean containsErrors()
- 
executeActionprotected String executeAction(String uri) throws jakarta.servlet.ServletException, UnsupportedEncodingException Executes an action and returns it's output (not the result returned from execute()), but the actual output that would be written to the response. For this to work the configured result for the action needs to be FreeMarker, or Velocity (JSPs can be used with the Embedded JSP plugin)- Throws:
- jakarta.servlet.ServletException
- UnsupportedEncodingException
 
- 
getActionProxyCreates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters. Make sure to set the request parameters in the protected "request" object before calling this method.
- 
initActionContext
- 
initSession
- 
getActionMappingFinds an ActionMapping for a given request
- 
getActionMappingFinds an ActionMapping for a given url
- 
injectStrutsDependenciesInjects dependencies on an Object using Struts internal IoC container
- 
setupBeforeInitDispatcher- Throws:
- Exception
 
- 
initServletMockObjectsprotected void initServletMockObjects()
- 
finishExecutionpublic void finishExecution()
- 
setUpSets up the configuration settings, XWork configuration, and message resources- Overrides:
- setUpin class- XWorkJUnit4TestCase
- Throws:
- Exception
 
- 
initDispatcherParamsprotected void initDispatcherParams()
- 
initDispatcher
- 
getConfigPathOverride this method to return a comma separated list of paths to a configuration file.The default implementation simply returns null.- Returns:
- a comma separated list of config locations
 
- 
tearDown- Overrides:
- tearDownin class- XWorkJUnit4TestCase
- Throws:
- Exception
 
 
-