Skip navigation links
A C D E F G I O P R S T 

A

applicationContext - Variable in class org.apache.struts2.StrutsSpringJUnit4TestCase
 
applicationContext - Static variable in class org.apache.struts2.StrutsSpringTestCase
 
applyAdditionalParams(ActionContext) - Method in class org.apache.struts2.StrutsTestCase
Can be overwritten in subclass to provide additional context's params and settings used during action invocation

C

containsErrors() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
ConventionPluginResourceLoader - Class in org.apache.struts2
 
ConventionPluginResourceLoader() - Constructor for class org.apache.struts2.ConventionPluginResourceLoader
 
createAction(Class<T>) - Method in class org.apache.struts2.StrutsTestCase
A helper method which allows instantiate an action if this action extends ActionSupport or any other action class that requires framework's dependencies injection.

D

dispatcher - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
dispatcher - Variable in class org.apache.struts2.StrutsTestCase
 
dispatcherInitParams - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
dispatcherInitParams - Variable in class org.apache.struts2.StrutsTestCase
 

E

executeAction(String) - Method in class org.apache.struts2.StrutsJUnit4TestCase
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.
executeAction(String) - Method in class org.apache.struts2.StrutsRestTestCase
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.
executeAction(String, String) - Method in class org.apache.struts2.StrutsRestTestCase
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.
executeAction(String) - Method in class org.apache.struts2.StrutsTestCase
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.

F

findValueAfterExecute(String) - Method in class org.apache.struts2.StrutsJUnit4TestCase
gets an object from the stack after an action is executed
findValueAfterExecute(String) - Method in class org.apache.struts2.StrutsTestCase
gets an object from the stack after an action is executed
finishExecution() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 

G

getAction() - Method in class org.apache.struts2.StrutsJUnit4TestCase
gets an object from the stack after an action is executed
getActionMapping(HttpServletRequest) - Method in class org.apache.struts2.StrutsJUnit4TestCase
Finds an ActionMapping for a given request
getActionMapping(String) - Method in class org.apache.struts2.StrutsJUnit4TestCase
Finds an ActionMapping for a given url
getActionMapping(HttpServletRequest) - Method in class org.apache.struts2.StrutsTestCase
Finds an ActionMapping for a given request
getActionMapping(String) - Method in class org.apache.struts2.StrutsTestCase
Finds an ActionMapping for a given url
getActionProxy(String) - Method in class org.apache.struts2.StrutsJUnit4TestCase
Creates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters.
getActionProxy(String) - Method in class org.apache.struts2.StrutsRestTestCase
Creates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters.
getActionProxy(String, String) - Method in class org.apache.struts2.StrutsRestTestCase
Creates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters.
getActionProxy(String) - Method in class org.apache.struts2.StrutsTestCase
Creates an action proxy for a request, and sets parameters of the ActionInvocation to the passed parameters.
getConfigPath() - Method in class org.apache.struts2.StrutsJUnit4TestCase
Override this method to return a comma separated list of paths to a configuration file.
getContextLocations() - Method in class org.apache.struts2.StrutsSpringTestCase
 
getMajorVersion() - Method in class org.apache.struts2.StrutsPortletTestCase
Override to define version of your portlet environment
getResource(String) - Method in class org.apache.struts2.ConventionPluginResourceLoader
 

I

initActionContext(ActionContext) - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
initActionContext(ActionContext) - Method in class org.apache.struts2.StrutsPortletTestCase
 
initActionContext(ActionContext) - Method in class org.apache.struts2.StrutsTestCase
 
initDispatcher(Map<String, String>) - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
initDispatcher(Map<String, String>) - Method in class org.apache.struts2.StrutsTestCase
 
initDispatcherParams() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
initPortletContext(ActionContext) - Method in class org.apache.struts2.StrutsPortletTestCase
 
initServletMockObjects() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
initServletMockObjects() - Method in class org.apache.struts2.StrutsRestTestCase
 
initServletMockObjects() - Method in class org.apache.struts2.StrutsTestCase
 
initSession(ActionContext) - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
initSession(ActionContext) - Method in class org.apache.struts2.StrutsTestCase
 
injectStrutsDependencies(Object) - Method in class org.apache.struts2.StrutsJUnit4TestCase
Injects dependencies on an Object using Struts internal IoC container
injectStrutsDependencies(Object) - Method in class org.apache.struts2.StrutsTestCase
Injects dependencies on an Object using Struts internal IoC container

O

org.apache.struts2 - package org.apache.struts2
 

P

pageContext - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
pageContext - Variable in class org.apache.struts2.StrutsTestCase
 
portletContext - Variable in class org.apache.struts2.StrutsPortletTestCase
 
portletRequest - Variable in class org.apache.struts2.StrutsPortletTestCase
 
portletResponse - Variable in class org.apache.struts2.StrutsPortletTestCase
 
portletSession - Variable in class org.apache.struts2.StrutsPortletTestCase
 

R

request - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
request - Variable in class org.apache.struts2.StrutsTestCase
 
resourceLoader - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
resourceLoader - Variable in class org.apache.struts2.StrutsTestCase
 
response - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
response - Variable in class org.apache.struts2.StrutsTestCase
 

S

servletContext - Variable in class org.apache.struts2.StrutsJUnit4TestCase
 
servletContext - Variable in class org.apache.struts2.StrutsTestCase
 
setApplicationContext(ApplicationContext) - Method in class org.apache.struts2.StrutsSpringJUnit4TestCase
 
setUp() - Method in class org.apache.struts2.StrutsJUnit4TestCase
Sets up the configuration settings, XWork configuration, and message resources
setUp() - Method in class org.apache.struts2.StrutsTestCase
Sets up the configuration settings, XWork configuration, and message resources
setupAfterInitDispatcher(Dispatcher) - Method in class org.apache.struts2.StrutsTestCase
 
setupBeforeInitDispatcher() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
setupBeforeInitDispatcher() - Method in class org.apache.struts2.StrutsSpringJUnit4TestCase
 
setupBeforeInitDispatcher() - Method in class org.apache.struts2.StrutsSpringTestCase
 
setupBeforeInitDispatcher() - Method in class org.apache.struts2.StrutsTestCase
 
StrutsJUnit4TestCase<T> - Class in org.apache.struts2
 
StrutsJUnit4TestCase() - Constructor for class org.apache.struts2.StrutsJUnit4TestCase
 
StrutsPortletTestCase - Class in org.apache.struts2
Base class used to test action in portlet environment
StrutsPortletTestCase() - Constructor for class org.apache.struts2.StrutsPortletTestCase
 
StrutsRestTestCase<T> - Class in org.apache.struts2
 
StrutsRestTestCase() - Constructor for class org.apache.struts2.StrutsRestTestCase
 
StrutsSpringJUnit4TestCase<T> - Class in org.apache.struts2
User: mcucchiara Date: 04/08/11 Time: 16.50
StrutsSpringJUnit4TestCase() - Constructor for class org.apache.struts2.StrutsSpringJUnit4TestCase
 
StrutsSpringTestCase - Class in org.apache.struts2
Base class for Spring JUnit actions
StrutsSpringTestCase() - Constructor for class org.apache.struts2.StrutsSpringTestCase
 
StrutsTestCase - Class in org.apache.struts2
Base test case for JUnit testing Struts.
StrutsTestCase() - Constructor for class org.apache.struts2.StrutsTestCase
 

T

tearDown() - Method in class org.apache.struts2.StrutsJUnit4TestCase
 
tearDown() - Method in class org.apache.struts2.StrutsTestCase
 
A C D E F G I O P R S T 
Skip navigation links

Copyright © 2000–2020 Apache Software Foundation. All rights reserved.