org.apache.maven.surefire.its
Class TwoTestCasesIT

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

public class TwoTestCasesIT
extends SurefireJUnit4IntegrationTestCase

Test running two test cases; confirms reporting works correctly

Author:
Dan Fabulich

Constructor Summary
TwoTestCasesIT()
           
 
Method Summary
 void testJunit4Suite()
           
 void testTestNGSuite()
           
 void testTwoTestCases()
           
 void testTwoTestCaseSuite()
          Runs two tests encapsulated in a suite
 
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

TwoTestCasesIT

public TwoTestCasesIT()
Method Detail

testTwoTestCases

public void testTwoTestCases()
                      throws Exception
Throws:
Exception

testTwoTestCaseSuite

public void testTwoTestCaseSuite()
                          throws Exception
Runs two tests encapsulated in a suite

Throws:
Exception

testJunit4Suite

public void testJunit4Suite()
                     throws Exception
Throws:
Exception

testTestNGSuite

public void testTestNGSuite()
                     throws Exception
Throws:
Exception


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