org.apache.continuum.installation
Class DefaultInstallationServiceTest

Package class diagram package DefaultInstallationServiceTest
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.AbstractContinuumTest
                  extended by org.apache.continuum.installation.DefaultInstallationServiceTest
All Implemented Interfaces:
junit.framework.Test

public class DefaultInstallationServiceTest
extends org.apache.maven.continuum.AbstractContinuumTest

Since:
13 juin 07
Version:
$Id: DefaultInstallationServiceTest.java 751864 2009-03-09 22:02:34Z evenisse $
Author:
olamy

Field Summary
 
Fields inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
applicationContext
 
Constructor Summary
DefaultInstallationServiceTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddDuplicateInstallation()
           
 void testAddInstallation()
           
 void testAddInstallationAutomaticProfile()
           
 void testgetDefaultJdkInformations()
           
 void testgetJdkInformations()
           
 void testgetJdkInformationsWithCommonMethod()
           
 void testgetMvnVersionWithCommonMethod()
           
 void testRemove()
           
 void testUpdate()
           
 void testUpdateName()
           
 
Methods inherited from class org.apache.maven.continuum.AbstractContinuumTest
addProject, addProject, addProject, assertProjectEquals, assertProjectEquals, assertProjectEquals, createDefaultProjectGroup, createMailNotifierList, createStubProjectGroup, getBuildExecutor, getDefaultProjectGroup, getProjectDao, getProjectGroupDao, getScheduleDao, makeProject, makeProject, makeStubProject, makeStubShellProject, setUpConfigurationService, tearDown
 
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
 
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

DefaultInstallationServiceTest

public DefaultInstallationServiceTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class org.apache.maven.continuum.AbstractContinuumTest
Throws:
Exception

testAddInstallation

public void testAddInstallation()
                         throws Exception
Throws:
Exception

testAddDuplicateInstallation

public void testAddDuplicateInstallation()
                                  throws Exception
Throws:
Exception

testRemove

public void testRemove()
                throws Exception
Throws:
Exception

testUpdate

public void testUpdate()
                throws Exception
Throws:
Exception

testgetDefaultJdkInformations

public void testgetDefaultJdkInformations()
                                   throws Exception
Throws:
Exception

testgetJdkInformations

public void testgetJdkInformations()
                            throws Exception
Throws:
Exception

testgetJdkInformationsWithCommonMethod

public void testgetJdkInformationsWithCommonMethod()
                                            throws Exception
Throws:
Exception

testgetMvnVersionWithCommonMethod

public void testgetMvnVersionWithCommonMethod()
                                       throws Exception
Throws:
Exception

testAddInstallationAutomaticProfile

public void testAddInstallationAutomaticProfile()
                                         throws Exception
Throws:
Exception

testUpdateName

public void testUpdateName()
                    throws Exception
Throws:
Exception


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