Skip to content

Commit

Permalink
junit.framework.* -> org.junit.*
Browse files Browse the repository at this point in the history
  • Loading branch information
chkal committed May 28, 2015
1 parent 107ab00 commit 11209e5
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.urlbuilder;

import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.annotation.visit;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.Map;
import java.util.TreeMap;

import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.servlet.event;

import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Before;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.Map.Entry;
import java.util.Set;

import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Test;

Expand Down
2 changes: 1 addition & 1 deletion api/src/test/java/org/ocpsoft/rewrite/util/MapsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.Map;
import java.util.TreeMap;

import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.action;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.convert;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.forward;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.issue135;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.join;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.join;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.annotation.validate;

import static junit.framework.Assert.assertTrue;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;

import org.apache.http.client.methods.HttpGet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.config.jodatime;

import junit.framework.Assert;
import org.junit.Assert;

import org.joda.time.DateTime;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.servlet.config;

import static junit.framework.Assert.assertEquals;
import static org.junit.Assert.assertEquals;

import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.HttpRequest;
import org.apache.http.HttpResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.servlet.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.config.tuckey;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.convert;

import static junit.framework.Assert.assertNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.ocpsoft.rewrite.convert;

import static junit.framework.Assert.assertNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
*/
package org.ocpsoft.rewrite.cdi.bridge;

import junit.framework.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ocpsoft.rewrite.cdi.bind.BindingBean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.cdi.resolver;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.faces.resolver;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.gwt.config;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpHead;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.spring;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package org.ocpsoft.rewrite.spring.resolver;

import junit.framework.Assert;
import org.junit.Assert;

import org.apache.http.client.methods.HttpGet;
import org.jboss.arquillian.container.test.api.Deployment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import static org.hamcrest.Matchers.not;
import static org.hamcrest.Matchers.startsWith;
import static org.junit.Assert.assertThat;
import junit.framework.Assert;
import org.junit.Assert;

import org.junit.Test;
import org.ocpsoft.rewrite.transform.markup.HtmlDocumentBuilder;
Expand Down

0 comments on commit 11209e5

Please sign in to comment.