mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-3714 Moves all classes from com.opensymphony.xwork2 into org.apache.struts2
This commit is contained in:
@@ -48,7 +48,7 @@ public class TestNGStrutsTestCase extends TestNGXWorkTestCase {
|
||||
|
||||
/**
|
||||
* A helper method which allows instantiate an action if this action extends
|
||||
* {@link com.opensymphony.xwork2.ActionSupport} or any other action class
|
||||
* {@link org.apache.struts2.ActionSupport} or any other action class
|
||||
* that requires framework's dependencies injection.
|
||||
*/
|
||||
protected <T> T createAction(Class<T> clazz) {
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
*/
|
||||
package org.apache.struts2.testng;
|
||||
|
||||
import com.opensymphony.xwork2.ActionProxyFactory;
|
||||
import com.opensymphony.xwork2.config.Configuration;
|
||||
import com.opensymphony.xwork2.config.ConfigurationManager;
|
||||
import com.opensymphony.xwork2.config.ConfigurationProvider;
|
||||
import com.opensymphony.xwork2.config.impl.MockConfiguration;
|
||||
import com.opensymphony.xwork2.inject.Container;
|
||||
import com.opensymphony.xwork2.util.XWorkTestCaseHelper;
|
||||
import org.apache.struts2.ActionProxyFactory;
|
||||
import org.apache.struts2.config.Configuration;
|
||||
import org.apache.struts2.config.ConfigurationManager;
|
||||
import org.apache.struts2.config.ConfigurationProvider;
|
||||
import org.apache.struts2.config.impl.MockConfiguration;
|
||||
import org.apache.struts2.inject.Container;
|
||||
import org.apache.struts2.util.XWorkTestCaseHelper;
|
||||
import org.testng.annotations.AfterTest;
|
||||
import org.testng.annotations.BeforeTest;
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
package org.apache.struts2.testng;
|
||||
|
||||
import com.opensymphony.xwork2.config.ConfigurationManager;
|
||||
import org.apache.struts2.config.ConfigurationManager;
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.struts2.dispatcher.Dispatcher;
|
||||
import org.testng.TestListenerAdapter;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
package org.apache.struts2.testng;
|
||||
|
||||
import com.opensymphony.xwork2.config.ConfigurationManager;
|
||||
import org.apache.struts2.config.ConfigurationManager;
|
||||
import junit.framework.TestCase;
|
||||
import org.apache.struts2.testng.TestNGXWorkTestCase;
|
||||
import org.testng.TestListenerAdapter;
|
||||
|
||||
Reference in New Issue
Block a user