Package org.apache.struts2.util
Class XWorkTestCaseHelper
java.lang.Object
org.apache.struts2.util.XWorkTestCaseHelper
Generic test setup methods to be used with any unit testing framework.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConfigurationManagerloadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers) static ConfigurationManagersetUp()static voidtearDown(ConfigurationManager configurationManager) 
- 
Constructor Details- 
XWorkTestCaseHelperpublic XWorkTestCaseHelper()
 
- 
- 
Method Details- 
setUp- Throws:
- Exception
 
- 
loadConfigurationProviderspublic static ConfigurationManager loadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers) 
- 
tearDown- Throws:
- Exception
 
 
-