org.apache.maven.surefire.its
Class WorkingDirectoryIT

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

public class WorkingDirectoryIT
extends AbstractSurefireIntegrationTestClass

Test working directory configuration, SUREFIRE-416

Author:
Dan Fabulich

Constructor Summary
WorkingDirectoryIT()
           
 
Method Summary
 void setUp()
           
 void testWorkingDirectory()
           
 void testWorkingDirectoryChildOnly()
           
 void testWorkingDirectoryChildOnlyNoFork()
           
 void testWorkingDirectoryNoFork()
           
 void verifyOutputDirectory(File childTestDir)
           
 
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, 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

WorkingDirectoryIT

public WorkingDirectoryIT()
Method Detail

setUp

public void setUp()
           throws IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
IOException

testWorkingDirectory

public void testWorkingDirectory()
                          throws Exception
Throws:
Exception

verifyOutputDirectory

public void verifyOutputDirectory(File childTestDir)
                           throws IOException
Throws:
IOException

testWorkingDirectoryNoFork

public void testWorkingDirectoryNoFork()
                                throws Exception
Throws:
Exception

testWorkingDirectoryChildOnly

public void testWorkingDirectoryChildOnly()
                                   throws Exception
Throws:
Exception

testWorkingDirectoryChildOnlyNoFork

public void testWorkingDirectoryChildOnlyNoFork()
                                         throws Exception
Throws:
Exception


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