Author: krosenvold
Date: Sat Jul 21 20:12:33 2012
New Revision: 1364160

URL: http://svn.apache.org/viewvc?rev=1364160&view=rev
Log:
[SUREFIRE-827] Added IT for single method parallel

Modified:
    
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestSingleMethodIT.java

Modified: 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestSingleMethodIT.java
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestSingleMethodIT.java?rev=1364160&r1=1364159&r2=1364160&view=diff
==============================================================================
--- 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestSingleMethodIT.java
 (original)
+++ 
maven/surefire/trunk/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestSingleMethodIT.java
 Sat Jul 21 20:12:33 2012
@@ -47,6 +47,12 @@ public class TestSingleMethodIT
         singleMethod( "junit48-single-method" );
     }
 
+    public void testJunit48parallel()
+        throws Exception
+    {
+        unpack( "junit48-single-method" 
).parallelClasses().executeTest().verifyErrorFreeLog().assertTestSuiteResults( 
1, 0, 0, 0 );
+    }
+
     public void testTestNg()
         throws Exception
     {


Reply via email to