org.apache.maven.plugin.eclipse
Class RadPluginTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.plugin.eclipse.AbstractEclipsePluginTestCase
                  extended by org.apache.maven.plugin.eclipse.RadPluginTest
All Implemented Interfaces:
Test

public class RadPluginTest
extends AbstractEclipsePluginTestCase

Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.AbstractEclipsePluginTestCase
ARTIFACT_ID, GROUP_ID, localRepositoryDirectory, PomFile, VERSION
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
RadPluginTest()
           
 
Method Summary
 void testProject1()
           
 void testProject3()
           
 void testProject4()
           
 void testProject5_2()
           
 void testProject5()
           
 void testProject6()
           
 void testProject7()
          Tests warSourceDirectory setting to be reflected in generated .websettings, location of jars in WEB-INF/lib and generation of MANIFEST.MF at the right place
 
Methods inherited from class org.apache.maven.plugin.eclipse.AbstractEclipsePluginTestCase
assertContains, assertDoesNotContain, assertFileEquals, compareDirectoryContent, executeMaven, executeMaven, getOutputDirectory, getPluginCLISpecification, getTestWorkspaceWorkDirectory, readProject, setUp, tearDown, testProject, testProject, testProject, testWorkspace, testWorkspace, testWorkspace
 
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
 
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

RadPluginTest

public RadPluginTest()
Method Detail

testProject1

public void testProject1()
                  throws Exception
Throws:
Exception

testProject3

public void testProject3()
                  throws Exception
Throws:
Exception

testProject4

public void testProject4()
                  throws Exception
Throws:
Exception

testProject5

public void testProject5()
                  throws Exception
Throws:
Exception

testProject5_2

public void testProject5_2()
                    throws Exception
Throws:
Exception

testProject6

public void testProject6()
                  throws Exception
Throws:
Exception

testProject7

public void testProject7()
                  throws Exception
Tests warSourceDirectory setting to be reflected in generated .websettings, location of jars in WEB-INF/lib and generation of MANIFEST.MF at the right place

Throws:
Exception


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