org.apache.maven.surefire.its
Class CheckTestFailIfNoTestsForkModeIT

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.its.AbstractSurefireIntegrationTestClass
              extended by org.apache.maven.surefire.its.CheckTestFailIfNoTestsForkModeIT
All Implemented Interfaces:
junit.framework.Test

public class CheckTestFailIfNoTestsForkModeIT
extends AbstractSurefireIntegrationTestClass

Test failIfNoTests with various forkModes.

Author:
Dan Fabulich

Constructor Summary
CheckTestFailIfNoTestsForkModeIT()
           
 
Method Summary
 void testDontFailIfNoTestsForkModeAlways()
           
 void testDontFailIfNoTestsForkModeNever()
           
 void testDontFailIfNoTestsForkModeOnce()
           
 void testFailIfNoTestsForkModeAlways()
           
 void testFailIfNoTestsForkModeNever()
           
 void testFailIfNoTestsForkModeOnce()
           
 
Methods inherited from class org.apache.maven.surefire.its.AbstractSurefireIntegrationTestClass
executeGoal, executeGoals, getInitialGoals, getInitialGoals, getSurefireVersion
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckTestFailIfNoTestsForkModeIT

public CheckTestFailIfNoTestsForkModeIT()
Method Detail

testFailIfNoTestsForkModeAlways

public void testFailIfNoTestsForkModeAlways()
                                     throws Exception
Throws:
Exception

testFailIfNoTestsForkModeNever

public void testFailIfNoTestsForkModeNever()
                                    throws Exception
Throws:
Exception

testFailIfNoTestsForkModeOnce

public void testFailIfNoTestsForkModeOnce()
                                   throws Exception
Throws:
Exception

testDontFailIfNoTestsForkModeAlways

public void testDontFailIfNoTestsForkModeAlways()
                                         throws Exception
Throws:
Exception

testDontFailIfNoTestsForkModeNever

public void testDontFailIfNoTestsForkModeNever()
                                        throws Exception
Throws:
Exception

testDontFailIfNoTestsForkModeOnce

public void testDontFailIfNoTestsForkModeOnce()
                                       throws Exception
Throws:
Exception


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.