org.apache.maven.plugin.eclipse
Class MyEclipsePluginTest

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

public class MyEclipsePluginTest
extends AbstractEclipsePluginTestCase

Unit Tests for MyEclipse plugin

Author:
Olivier Jacob

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
MyEclipsePluginTest()
           
 
Method Summary
 void testMyEclipseProject01()
          Web project, no spring/struts/hibernate capability, J2EE 1.3
 void testMyEclipseProject02()
          Web project, no spring/struts/hibernate capability, J2EE 1.4
 void testMyEclipseProject03()
          Simple project with Spring capability
 void testMyEclipseProject04()
          Simple project with Spring and Hibernate capabilities
 
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

MyEclipsePluginTest

public MyEclipsePluginTest()
Method Detail

testMyEclipseProject01

public void testMyEclipseProject01()
                            throws Exception
Web project, no spring/struts/hibernate capability, J2EE 1.3

Throws:
Exception

testMyEclipseProject02

public void testMyEclipseProject02()
                            throws Exception
Web project, no spring/struts/hibernate capability, J2EE 1.4

Throws:
Exception

testMyEclipseProject03

public void testMyEclipseProject03()
                            throws Exception
Simple project with Spring capability

Throws:
Exception

testMyEclipseProject04

public void testMyEclipseProject04()
                            throws Exception
Simple project with Spring and Hibernate capabilities

Throws:
Exception


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