org.apache.maven.surefire.its
Class CheckTestFailIfNoTestsIT

java.lang.Object
  extended by org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase
      extended by org.apache.maven.surefire.its.CheckTestFailIfNoTestsIT

public class CheckTestFailIfNoTestsIT
extends SurefireJUnit4IntegrationTestCase

Test failIfNoTests

Author:
Dan Fabulich, Kristian Rosenvold

Constructor Summary
CheckTestFailIfNoTestsIT()
           
 
Method Summary
 void dontFailIfNoTests()
           
 void failIfNoTests()
           
 void jUnit48CategoriesFailWhenNoTests()
           
 
Methods inherited from class org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase
executeErrorFreeTest, unpack, unpack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckTestFailIfNoTestsIT

public CheckTestFailIfNoTestsIT()
Method Detail

failIfNoTests

public void failIfNoTests()

dontFailIfNoTests

public void dontFailIfNoTests()

jUnit48CategoriesFailWhenNoTests

public void jUnit48CategoriesFailWhenNoTests()


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