org.apache.maven.continuum.release.executors
Class ReleaseTaskExecutorTest

Package class diagram package ReleaseTaskExecutorTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.spring.PlexusInSpringTestCase
              extended by org.apache.maven.continuum.release.executors.ReleaseTaskExecutorTest
All Implemented Interfaces:
junit.framework.Test

public class ReleaseTaskExecutorTest
extends org.codehaus.plexus.spring.PlexusInSpringTestCase

Author:
Edwin Punzalan

Field Summary
 
Fields inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
applicationContext
 
Constructor Summary
ReleaseTaskExecutorTest()
           
 
Method Summary
 void releaseAndRollbackProject()
           
 void releasePerformWithExecutableInDescriptor()
           
 void releaseProjectWithDependencyOfCustomPackagingType()
           
 void releaseSimpleProject()
           
 void releaseSimpleProjectWithNextVersion()
           
protected  void setUp()
           
 void testReleases()
           
 
Methods inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
getApplicationContext, getBasedir, getConfigLocations, getContainer, getPlexusConfigLocation, getResourceAsStream, getSpringConfigLocation, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseTaskExecutorTest

public ReleaseTaskExecutorTest()
Method Detail

setUp

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

releaseSimpleProject

public void releaseSimpleProject()
                          throws Exception
Throws:
Exception

testReleases

public void testReleases()
                  throws Exception
Throws:
Exception

releaseSimpleProjectWithNextVersion

public void releaseSimpleProjectWithNextVersion()
                                         throws Exception
Throws:
Exception

releaseAndRollbackProject

public void releaseAndRollbackProject()
                               throws Exception
Throws:
Exception

releasePerformWithExecutableInDescriptor

public void releasePerformWithExecutableInDescriptor()
                                              throws Exception
Throws:
Exception

releaseProjectWithDependencyOfCustomPackagingType

public void releaseProjectWithDependencyOfCustomPackagingType()
                                                       throws Exception
Throws:
Exception


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