org.apache.maven.it
Class MavenITmng2576MakeLikeReactorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.it.AbstractMavenIntegrationTestCase
              extended by org.apache.maven.it.MavenITmng2576MakeLikeReactorTest
All Implemented Interfaces:
Test

public class MavenITmng2576MakeLikeReactorTest
extends AbstractMavenIntegrationTestCase

This is a test set for MNG-2576.

Author:
Benjamin Bentmann

Field Summary
 
Fields inherited from class org.apache.maven.it.AbstractMavenIntegrationTestCase
ALL_MAVEN_VERSIONS
 
Constructor Summary
MavenITmng2576MakeLikeReactorTest()
           
 
Method Summary
 void testitMakeBoth()
          Verify that project list and all their upstream and downstream projects are built.
 void testitMakeDownstream()
          Verify that project list and all their downstream projects are built.
 void testitMakeOnlyList()
          Verify that project list by itself only builds specified projects.
 void testitMakeUpstream()
          Verify that project list and all their upstream projects are built.
 void testitMatchesByArtifactId()
          Verify that the project list can also specify aritfact ids.
 void testitMatchesByBasedir()
          Verify that using the mere basedir in the project list properly matches projects with non-default POM files.
 void testitMatchesById()
          Verify that the project list can also specify project ids.
 void testitResumeFrom()
          Verify that reactor is resumed from specified project.
 
Methods inherited from class org.apache.maven.it.AbstractMavenIntegrationTestCase
matchesVersionRange, newVerifier, newVerifier, newVerifier, newVerifier, requiresJavaVersion, requiresMavenVersion, runTest, setupLocalRepo
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenITmng2576MakeLikeReactorTest

public MavenITmng2576MakeLikeReactorTest()
Method Detail

testitMakeOnlyList

public void testitMakeOnlyList()
                        throws Exception
Verify that project list by itself only builds specified projects.

Throws:
Exception

testitMakeUpstream

public void testitMakeUpstream()
                        throws Exception
Verify that project list and all their upstream projects are built.

Throws:
Exception

testitMakeDownstream

public void testitMakeDownstream()
                          throws Exception
Verify that project list and all their downstream projects are built.

Throws:
Exception

testitMakeBoth

public void testitMakeBoth()
                    throws Exception
Verify that project list and all their upstream and downstream projects are built.

Throws:
Exception

testitMatchesByBasedir

public void testitMatchesByBasedir()
                            throws Exception
Verify that using the mere basedir in the project list properly matches projects with non-default POM files.

Throws:
Exception

testitMatchesById

public void testitMatchesById()
                       throws Exception
Verify that the project list can also specify project ids.

Throws:
Exception

testitMatchesByArtifactId

public void testitMatchesByArtifactId()
                               throws Exception
Verify that the project list can also specify aritfact ids.

Throws:
Exception

testitResumeFrom

public void testitResumeFrom()
                      throws Exception
Verify that reactor is resumed from specified project.

Throws:
Exception


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