org.apache.maven.plugin.deploy
Class DeployFileMojoUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.deploy.DeployFileMojoUnitTest
All Implemented Interfaces:
junit.framework.Test

public class DeployFileMojoUnitTest
extends junit.framework.TestCase

Version:
$Id: DeployFileMojoUnitTest.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Jerome Lacoste

Constructor Summary
DeployFileMojoUnitTest()
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testProcessPomFromPomFileWithOverrides()
           
 void testProcessPomFromPomFileWithParent1()
           
 void testProcessPomFromPomFileWithParent2()
           
 void testProcessPomFromPomFileWithParent3()
           
 void testProcessPomFromPomFileWithParent4()
           
 void testProcessPomFromPomFileWithParent5()
           
 void testProcessPomFromPomFileWithParent6()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

DeployFileMojoUnitTest

public DeployFileMojoUnitTest()
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

setUp

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

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testProcessPomFromPomFileWithParent1

public void testProcessPomFromPomFileWithParent1()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithParent2

public void testProcessPomFromPomFileWithParent2()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithParent3

public void testProcessPomFromPomFileWithParent3()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithParent4

public void testProcessPomFromPomFileWithParent4()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithParent5

public void testProcessPomFromPomFileWithParent5()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithParent6

public void testProcessPomFromPomFileWithParent6()
                                          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testProcessPomFromPomFileWithOverrides

public void testProcessPomFromPomFileWithOverrides()
                                            throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


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