Package org.apache.struts2.testng
Class TestNGXWorkTestCase
java.lang.Object
org.apache.struts2.testng.TestNGXWorkTestCase
- Direct Known Subclasses:
StrutsTestCase
Base test class for TestNG unit tests. Provides common XWork variables
and performs XWork setup and teardown processes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.opensymphony.xwork2.ActionProxyFactory
protected com.opensymphony.xwork2.config.Configuration
protected com.opensymphony.xwork2.config.ConfigurationManager
protected com.opensymphony.xwork2.inject.Container
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
loadConfigurationProviders
(com.opensymphony.xwork2.config.ConfigurationProvider... providers) protected void
setUp()
protected void
tearDown()
-
Field Details
-
configurationManager
protected com.opensymphony.xwork2.config.ConfigurationManager configurationManager -
configuration
protected com.opensymphony.xwork2.config.Configuration configuration -
container
protected com.opensymphony.xwork2.inject.Container container -
actionProxyFactory
protected com.opensymphony.xwork2.ActionProxyFactory actionProxyFactory
-
-
Constructor Details
-
TestNGXWorkTestCase
public TestNGXWorkTestCase()
-
-
Method Details