org.apache.maven.surefire.its
Class WorkingDirectoryIsInvalidPropertyIT

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

public class WorkingDirectoryIsInvalidPropertyIT
extends AbstractSurefireIntegrationTestClass

Test when the configured working directory is an invalid property, SUREFIRE-715


Constructor Summary
WorkingDirectoryIsInvalidPropertyIT()
           
 
Method Summary
 void setUp()
           
 void testWorkingDirectory()
           
 
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

WorkingDirectoryIsInvalidPropertyIT

public WorkingDirectoryIsInvalidPropertyIT()
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


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