org.apache.maven.archetype.old
Class ArchetypeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.archetype.old.ArchetypeTest
All Implemented Interfaces:
Test

public class ArchetypeTest
extends org.codehaus.plexus.PlexusTestCase

Version:
$Id: ArchetypeTest.java 985379 2010-08-13 21:57:11Z hboutemy $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
ArchetypeTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddModuleToParentPOM()
           
 void testAddModuleToParentPOMJarPackaging()
           
 void testAddModuleToParentPOMNoPackaging()
           
 void testArchetype()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchetypeTest

public ArchetypeTest()
Method Detail

testArchetype

public void testArchetype()
                   throws Exception
Throws:
Exception

testAddModuleToParentPOM

public void testAddModuleToParentPOM()
                              throws org.dom4j.DocumentException,
                                     IOException,
                                     ArchetypeTemplateProcessingException
Throws:
org.dom4j.DocumentException
IOException
ArchetypeTemplateProcessingException

testAddModuleToParentPOMNoPackaging

public void testAddModuleToParentPOMNoPackaging()
                                         throws org.dom4j.DocumentException,
                                                IOException
Throws:
org.dom4j.DocumentException
IOException

testAddModuleToParentPOMJarPackaging

public void testAddModuleToParentPOMJarPackaging()
                                          throws org.dom4j.DocumentException,
                                                 IOException
Throws:
org.dom4j.DocumentException
IOException

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class org.codehaus.plexus.PlexusTestCase
Throws:
Exception


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