org.apache.maven.surefire.its
Class CheckTestNgVersionsIT

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.CheckTestNgVersionsIT
All Implemented Interfaces:
junit.framework.Test

public class CheckTestNgVersionsIT
extends AbstractSurefireIntegrationTestClass

Basic suite test using all known versions of TestNG. Used for regression testing Surefire against old versions. To check new versions of TestNG work with current versions of Surefire, instead run the full test suite with -Dtestng.version=5.14.2 (for example)

Author:
Dan Fabulich

Constructor Summary
CheckTestNgVersionsIT()
           
 
Method Summary
 void runTestNgTest(String version)
           
 void test47()
           
 void test502()
           
 void test51()
           
 void test510()
           
 void test511()
           
 void test512()
           
 void test513()
           
 void test5131()
           
 void test514()
           
 void test5141()
           
 void test5142()
           
 void test55()
           
 void test56()
           
 void test57()
           
 void test58()
           
 void test59()
           
 void test60()
           
 void XXXtest50()
           
 void XXXtest501()
           
 
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

CheckTestNgVersionsIT

public CheckTestNgVersionsIT()
Method Detail

test47

public void test47()
            throws Exception
Throws:
Exception

XXXtest50

public void XXXtest50()
               throws Exception
Throws:
Exception

XXXtest501

public void XXXtest501()
                throws Exception
Throws:
Exception

test502

public void test502()
             throws Exception
Throws:
Exception

test51

public void test51()
            throws Exception
Throws:
Exception

test55

public void test55()
            throws Exception
Throws:
Exception

test56

public void test56()
            throws Exception
Throws:
Exception

test57

public void test57()
            throws Exception
Throws:
Exception

test58

public void test58()
            throws Exception
Throws:
Exception

test59

public void test59()
            throws Exception
Throws:
Exception

test510

public void test510()
             throws Exception
Throws:
Exception

test511

public void test511()
             throws Exception
Throws:
Exception

test512

public void test512()
             throws Exception
Throws:
Exception

test513

public void test513()
             throws Exception
Throws:
Exception

test5131

public void test5131()
              throws Exception
Throws:
Exception

test514

public void test514()
             throws Exception
Throws:
Exception

test5141

public void test5141()
              throws Exception
Throws:
Exception

test5142

public void test5142()
              throws Exception
Throws:
Exception

test60

public void test60()
            throws Exception
Throws:
Exception

runTestNgTest

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


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