org.apache.continuum.taskqueue
Class DefaultOverallBuildQueueTest

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

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

DefaultOverallBuildQueueTest

Author:
Maria Odea Ching

Field Summary
 
Fields inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
applicationContext
 
Constructor Summary
DefaultOverallBuildQueueTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddToBuildQueue()
           
 void testAddToCheckoutQueue()
           
 void testCancelBuildTask()
           
 void testCancelCurrentBuild()
           
 void testGetProjectsFromBuildQueue()
           
 void testGetProjectsInCheckoutQueue()
           
 void testIsInBuildQueue()
           
 void testIsInCheckoutQueue()
           
 void testRemoveProjectFromBuildQueue()
           
 void testRemoveProjectFromBuildQueueWithGivenBuildDefinition()
           
 void testRemoveProjectFromCheckoutQueue()
           
 
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

DefaultOverallBuildQueueTest

public DefaultOverallBuildQueueTest()
Method Detail

setUp

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

testAddToCheckoutQueue

public void testAddToCheckoutQueue()
                            throws Exception
Throws:
Exception

testGetProjectsInCheckoutQueue

public void testGetProjectsInCheckoutQueue()
                                    throws Exception
Throws:
Exception

testIsInCheckoutQueue

public void testIsInCheckoutQueue()
                           throws Exception
Throws:
Exception

testRemoveProjectFromCheckoutQueue

public void testRemoveProjectFromCheckoutQueue()
                                        throws Exception
Throws:
Exception

testAddToBuildQueue

public void testAddToBuildQueue()
                         throws Exception
Throws:
Exception

testGetProjectsFromBuildQueue

public void testGetProjectsFromBuildQueue()
                                   throws Exception
Throws:
Exception

testIsInBuildQueue

public void testIsInBuildQueue()
                        throws Exception
Throws:
Exception

testCancelBuildTask

public void testCancelBuildTask()
                         throws Exception
Throws:
Exception

testCancelCurrentBuild

public void testCancelCurrentBuild()
                            throws Exception
Throws:
Exception

testRemoveProjectFromBuildQueueWithGivenBuildDefinition

public void testRemoveProjectFromBuildQueueWithGivenBuildDefinition()
                                                             throws Exception
Throws:
Exception

testRemoveProjectFromBuildQueue

public void testRemoveProjectFromBuildQueue()
                                     throws Exception
Throws:
Exception


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