org.apache.maven.it
Class MavenITmng0674PluginParameterAliasTest

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.MavenITmng0674PluginParameterAliasTest
All Implemented Interfaces:
Test

public class MavenITmng0674PluginParameterAliasTest
extends AbstractMavenIntegrationTestCase

This is a test set for MNG-674 and MNG-4997.

Version:
$Id: MavenITmng0674PluginParameterAliasTest.java 1070148 2011-02-12 20:31:55Z bentmann $
Author:
John Casey

Field Summary
 
Fields inherited from class org.apache.maven.it.AbstractMavenIntegrationTestCase
ALL_MAVEN_VERSIONS
 
Constructor Summary
MavenITmng0674PluginParameterAliasTest()
           
 
Method Summary
 void testitCli()
          Test parameter alias usage for direct goal execution from CLI.
 void testitLifecycle()
          Test parameter alias usage for lifecycle-bound goal execution.
 
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

MavenITmng0674PluginParameterAliasTest

public MavenITmng0674PluginParameterAliasTest()
Method Detail

testitLifecycle

public void testitLifecycle()
                     throws Exception
Test parameter alias usage for lifecycle-bound goal execution.

Throws:
Exception

testitCli

public void testitCli()
               throws Exception
Test parameter alias usage for direct goal execution from CLI.

Throws:
Exception


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