org.apache.maven.continuum.builddefinition
Class DefaultBuildDefinitionServiceTest

Package class diagram package DefaultBuildDefinitionServiceTest
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.maven.continuum.builddefinition.DefaultBuildDefinitionServiceTest
All Implemented Interfaces:
junit.framework.Test

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

Since:
15 sept. 07
Version:
$Id: DefaultBuildDefinitionServiceTest.java 794266 2009-07-15 13:35:45Z jzurbano $
Author:
olamy

Field Summary
 
Fields inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
applicationContext
 
Constructor Summary
DefaultBuildDefinitionServiceTest()
           
 
Method Summary
protected  org.apache.maven.continuum.builddefinition.BuildDefinitionService getBuildDefinitionService()
           
protected  void setUp()
           
 void testAddBuildDefinitionTemplate()
           
 void testAddDuplicateBuildDefinitionTemplate()
           
 void testaddTemplateInProject()
           
 void testGetDefaultBuildDef()
           
 
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

DefaultBuildDefinitionServiceTest

public DefaultBuildDefinitionServiceTest()
Method Detail

setUp

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

getBuildDefinitionService

protected org.apache.maven.continuum.builddefinition.BuildDefinitionService getBuildDefinitionService()
                                                                                               throws Exception
Throws:
Exception

testaddTemplateInProject

public void testaddTemplateInProject()
                              throws Exception
Throws:
Exception

testGetDefaultBuildDef

public void testGetDefaultBuildDef()
                            throws Exception
Throws:
Exception

testAddBuildDefinitionTemplate

public void testAddBuildDefinitionTemplate()
                                    throws Exception
Throws:
Exception

testAddDuplicateBuildDefinitionTemplate

public void testAddDuplicateBuildDefinitionTemplate()
                                             throws Exception
Throws:
Exception


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