org.apache.maven.surefire.its
Class ForkModeIT

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

public class ForkModeIT
extends AbstractSurefireIntegrationTestClass

Test forkMode

Author:
Dan Fabulich

Constructor Summary
ForkModeIT()
           
 
Method Summary
 void testForkModeAlways()
           
 void testForkModeNever()
           
 void testForkModeNone()
           
 void testForkModeOnce()
           
 void testForkModePerTest()
           
 
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

ForkModeIT

public ForkModeIT()
Method Detail

testForkModeAlways

public void testForkModeAlways()
                        throws Exception
Throws:
Exception

testForkModePerTest

public void testForkModePerTest()
                         throws Exception
Throws:
Exception

testForkModeNever

public void testForkModeNever()
                       throws Exception
Throws:
Exception

testForkModeNone

public void testForkModeNone()
                      throws Exception
Throws:
Exception

testForkModeOnce

public void testForkModeOnce()
                      throws Exception
Throws:
Exception


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