org.apache.maven.surefire.its
Class Junit4VersionsIT

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

public class Junit4VersionsIT
extends SurefireVerifierTestClass

Basic suite test using all known versions of JUnit 4.x

Author:
Dan Fabulich

Constructor Summary
Junit4VersionsIT()
           
 
Method Summary
 void runJUnitTest(String version)
           
 void test40()
           
 void test41()
           
 void test42()
           
 void test43()
           
 void test431()
           
 void test44()
           
 void test45()
           
 void test46()
           
 void test47()
           
 
Methods inherited from class org.apache.maven.surefire.its.SurefireVerifierTestClass
activateProfile, addGoal, assertContainsText, assertNotPresent, assertPresent, assertTestSuiteResults, debugLogging, execute, executeTest, failNever, forkAlways, forkMode, forkNever, forkOnce, getInitialGoals, getSiteFile, getSiteFile, getSubFile, getSurefireReportsFile, getSurefireVersion, getTestDir, getVerifier, isMaven3X, printSummary, redirectToFile, reset, showErrorStackTraces, verifyErrorFreeLog, verifyTextInLog
 
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

Junit4VersionsIT

public Junit4VersionsIT()
Method Detail

test40

public void test40()
            throws Exception
Throws:
Exception

test41

public void test41()
            throws Exception
Throws:
Exception

test42

public void test42()
            throws Exception
Throws:
Exception

test43

public void test43()
            throws Exception
Throws:
Exception

test431

public void test431()
             throws Exception
Throws:
Exception

test44

public void test44()
            throws Exception
Throws:
Exception

test45

public void test45()
            throws Exception
Throws:
Exception

test46

public void test46()
            throws Exception
Throws:
Exception

test47

public void test47()
            throws Exception
Throws:
Exception

runJUnitTest

public void runJUnitTest(String version)
                  throws Exception
Throws:
Exception


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