Fix import for deprecated JUnit Assert

This commit is contained in:
Aleksandr Mashchenko
2016-11-11 23:15:16 +02:00
parent 366366cdd8
commit a5817fecb3
8 changed files with 8 additions and 8 deletions
@@ -17,7 +17,7 @@ package com.opensymphony.xwork2.mock;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.xwork2.interceptor.Interceptor;
import junit.framework.Assert;
import org.junit.Assert;
/**
@@ -16,7 +16,7 @@
package com.opensymphony.xwork2;
import com.opensymphony.xwork2.util.ValueStack;
import junit.framework.Assert;
import org.junit.Assert;
/**
@@ -16,7 +16,7 @@
package com.opensymphony.xwork2;
import com.opensymphony.xwork2.interceptor.Interceptor;
import junit.framework.Assert;
import org.junit.Assert;
/**
@@ -22,7 +22,7 @@ import com.opensymphony.xwork2.config.entities.InterceptorMapping;
import com.opensymphony.xwork2.config.entities.PackageConfig;
import com.opensymphony.xwork2.config.entities.ResultConfig;
import com.opensymphony.xwork2.interceptor.ParametersInterceptor;
import junit.framework.Assert;
import org.junit.Assert;
/**
@@ -29,7 +29,7 @@ import com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor;
import com.opensymphony.xwork2.util.CompoundRoot;
import com.opensymphony.xwork2.util.ValueStack;
import com.opensymphony.xwork2.util.ValueStackFactory;
import junit.framework.Assert;
import org.junit.Assert;
import ognl.OgnlContext;
import ognl.PropertyAccessor;
import org.apache.struts2.dispatcher.HttpParameters;
@@ -10,7 +10,7 @@ import com.opensymphony.xwork2.XWorkTestCase;
import com.opensymphony.xwork2.config.entities.ActionConfig;
import com.opensymphony.xwork2.config.entities.InterceptorConfig;
import com.opensymphony.xwork2.validator.ValidationInterceptor;
import junit.framework.Assert;
import org.junit.Assert;
import org.easymock.EasyMock;
import org.easymock.IAnswer;
@@ -25,7 +25,7 @@ import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.xwork2.Result;
import com.opensymphony.xwork2.util.ValueStack;
import junit.framework.Assert;
import org.junit.Assert;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
@@ -21,7 +21,7 @@
package org.apache.struts2.dispatcher;
import junit.framework.Assert;
import org.junit.Assert;
import org.apache.struts2.TestAction;