org.apache.maven.surefire.junit4
Class JUnit4TestCheckerTest

java.lang.Object
  extended by org.apache.maven.surefire.junit4.JUnit4TestCheckerTest

public class JUnit4TestCheckerTest
extends Object

Author:
Kristian Rosenvold

Nested Class Summary
static class JUnit4TestCheckerTest.AlsoValid
           
static class JUnit4TestCheckerTest.BaseClassWithTest
           
static class JUnit4TestCheckerTest.CustomSuiteOnlyTest
           
static class JUnit4TestCheckerTest.MySuite2
           
static class JUnit4TestCheckerTest.NotValidTest
           
static class JUnit4TestCheckerTest.SubClassWithoutOwnTestMethods
           
static class JUnit4TestCheckerTest.SuiteOnlyTest
           
static class JUnit4TestCheckerTest.SuiteValid1
           
static class JUnit4TestCheckerTest.SuiteValid2
           
static class JUnit4TestCheckerTest.SuiteValidCustomRunner
           
 
Constructor Summary
JUnit4TestCheckerTest()
           
 
Method Summary
 void customSuiteOnlyTest()
           
 void dontAcceptAbstractClasses()
           
 void innerClassNotAutomaticallyTc()
           
 void invalidTest()
           
 void suiteOnlyTest()
           
 void validCustomRunner()
           
 void validCustomSuite()
           
 void validJunit4Annotated()
           
 void validJunit4itsAJunit3Test()
           
 void validJunitSubclassWithoutOwnTestmethods()
           
 void validSuite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit4TestCheckerTest

public JUnit4TestCheckerTest()
Method Detail

validJunit4Annotated

public void validJunit4Annotated()
                          throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

validJunit4itsAJunit3Test

public void validJunit4itsAJunit3Test()
                               throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

validJunitSubclassWithoutOwnTestmethods

public void validJunitSubclassWithoutOwnTestmethods()
                                             throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

validSuite

public void validSuite()
                throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

validCustomSuite

public void validCustomSuite()
                      throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

validCustomRunner

public void validCustomRunner()
                       throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

invalidTest

public void invalidTest()
                 throws org.apache.maven.surefire.testset.TestSetFailedException
Throws:
org.apache.maven.surefire.testset.TestSetFailedException

dontAcceptAbstractClasses

public void dontAcceptAbstractClasses()

suiteOnlyTest

public void suiteOnlyTest()

customSuiteOnlyTest

public void customSuiteOnlyTest()

innerClassNotAutomaticallyTc

public void innerClassNotAutomaticallyTc()


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