[java-idp-testbed COMMIT] in /trunk/src/test/java/idp/c14n: TestC14N.java TestLegacyC14N.java actions/TestAfterC14N.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 18 12:19:19 EDT 2014


Author: iay
Date: Tue Mar 18 12:19:18 2014
New Revision: 170

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=170&view=rev
Log:
Use TestNG, not JUnit.

Modified:
    trunk/src/test/java/idp/c14n/TestC14N.java
    trunk/src/test/java/idp/c14n/TestLegacyC14N.java
    trunk/src/test/java/idp/c14n/actions/TestAfterC14N.java

Modified: trunk/src/test/java/idp/c14n/TestC14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/TestC14N.java?rev=170&r1=169&r2=170&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/TestC14N.java (original)
+++ trunk/src/test/java/idp/c14n/TestC14N.java Tue Mar 18 12:19:18 2014
@@ -21,13 +21,13 @@
 
 import javax.annotation.Nonnull;
 
-import org.junit.AfterClass;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.test.context.ContextConfiguration;
 import org.springframework.webflow.execution.FlowExecutionOutcome;
 import org.springframework.webflow.executor.FlowExecutionResult;
 import org.testng.Assert;
+import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 

Modified: trunk/src/test/java/idp/c14n/TestLegacyC14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/TestLegacyC14N.java?rev=170&r1=169&r2=170&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/TestLegacyC14N.java (original)
+++ trunk/src/test/java/idp/c14n/TestLegacyC14N.java Tue Mar 18 12:19:18 2014
@@ -21,13 +21,13 @@
 
 import javax.annotation.Nonnull;
 
-import org.junit.AfterClass;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.test.context.ContextConfiguration;
 import org.springframework.webflow.execution.FlowExecutionOutcome;
 import org.springframework.webflow.executor.FlowExecutionResult;
 import org.testng.Assert;
+import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 

Modified: trunk/src/test/java/idp/c14n/actions/TestAfterC14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/TestAfterC14N.java?rev=170&r1=169&r2=170&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/TestAfterC14N.java (original)
+++ trunk/src/test/java/idp/c14n/actions/TestAfterC14N.java Tue Mar 18 12:19:18 2014
@@ -23,9 +23,9 @@
 import net.shibboleth.idp.authn.context.SubjectContext;
 import net.shibboleth.idp.profile.AbstractProfileAction;
 
-import org.junit.Assert;
 import org.opensaml.profile.ProfileException;
 import org.opensaml.profile.context.ProfileRequestContext;
+import org.testng.Assert;
 
 /**
  *



More information about the commits mailing list