org.apache.maven.shared.invoker
Class DefaultInvokerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.invoker.DefaultInvokerTest
All Implemented Interfaces:
junit.framework.Test

public class DefaultInvokerTest
extends junit.framework.TestCase


Constructor Summary
DefaultInvokerTest()
           
 
Method Summary
 void testBuildShouldFail()
           
 void testBuildShouldSucceed()
           
 void testSpaceLocalRepo()
           
 void testSpacePom()
           
 void testSpaceProperties()
           
 void testSpaceSettings()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultInvokerTest

public DefaultInvokerTest()
Method Detail

testBuildShouldSucceed

public void testBuildShouldSucceed()
                            throws IOException,
                                   MavenInvocationException,
                                   URISyntaxException
Throws:
IOException
MavenInvocationException
URISyntaxException

testBuildShouldFail

public void testBuildShouldFail()
                         throws IOException,
                                MavenInvocationException,
                                URISyntaxException
Throws:
IOException
MavenInvocationException
URISyntaxException

testSpacePom

public void testSpacePom()
                  throws Exception
Throws:
Exception

testSpaceSettings

public void testSpaceSettings()
                       throws Exception
Throws:
Exception

testSpaceLocalRepo

public void testSpaceLocalRepo()
                        throws Exception
Throws:
Exception

testSpaceProperties

public void testSpaceProperties()
                         throws Exception
Throws:
Exception


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.