Package org.apache.struts2.junit
Class StrutsSpringJUnit4TestCase<T>
java.lang.Object
org.apache.struts2.XWorkJUnit4TestCase
org.apache.struts2.junit.XWorkJUnit4TestCase
org.apache.struts2.junit.StrutsJUnit4TestCase<T>
org.apache.struts2.junit.StrutsSpringJUnit4TestCase<T>
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
public abstract class StrutsSpringJUnit4TestCase<T>
extends StrutsJUnit4TestCase<T>
implements org.springframework.context.ApplicationContextAware
User: mcucchiara
 Date: 04/08/11
 Time: 16.50
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextFields inherited from class org.apache.struts2.junit.StrutsJUnit4TestCasedispatcher, dispatcherInitParams, pageContext, request, resourceLoader, response, servletContextFields inherited from class org.apache.struts2.XWorkJUnit4TestCaseactionProxyFactory, configuration, configurationManager, container
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) protected voidMethods inherited from class org.apache.struts2.junit.StrutsJUnit4TestCasecontainsErrors, executeAction, findValueAfterExecute, finishExecution, getAction, getActionMapping, getActionMapping, getActionProxy, getConfigPath, initActionContext, initDispatcher, initDispatcherParams, initServletMockObjects, initSession, injectStrutsDependencies, setUp, tearDownMethods inherited from class org.apache.struts2.XWorkJUnit4TestCaseloadButAdd, loadButAdd, loadConfigurationProviders
- 
Field Details- 
applicationContextprotected org.springframework.context.ApplicationContext applicationContext
 
- 
- 
Constructor Details- 
StrutsSpringJUnit4TestCasepublic StrutsSpringJUnit4TestCase()
 
- 
- 
Method Details- 
setupBeforeInitDispatcher- Overrides:
- setupBeforeInitDispatcherin class- StrutsJUnit4TestCase<T>
- Throws:
- Exception
 
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
- Throws:
- org.springframework.beans.BeansException
 
 
-