org.apache.continuum.utils
Class ProjectSorterTest

Package class diagram package ProjectSorterTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.continuum.utils.ProjectSorterTest
All Implemented Interfaces:
junit.framework.Test

public class ProjectSorterTest
extends junit.framework.TestCase

Version:
$Id:$
Author:
Jesse McConnell

Constructor Summary
ProjectSorterTest()
           
 
Method Summary
 void testBasicNestedProjectStructure()
          test basic three project tree (really a line in this case)
 void testIncompleteNestedProjectStructure()
          test one of the child projects not having the artifactId or groupId empty and working off the name instead
 void testNestedProjectStructureWithoutModulesDefinedInParentPom()
           
 void testProjectBuildOrder()
          test project build order build order: B -> A -> D -> C -> E
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

ProjectSorterTest

public ProjectSorterTest()
Method Detail

testBasicNestedProjectStructure

public void testBasicNestedProjectStructure()
                                     throws Exception
test basic three project tree (really a line in this case)

Throws:
Exception

testNestedProjectStructureWithoutModulesDefinedInParentPom

public void testNestedProjectStructureWithoutModulesDefinedInParentPom()
                                                                throws Exception
Throws:
Exception

testProjectBuildOrder

public void testProjectBuildOrder()
                           throws Exception
test project build order build order: B -> A -> D -> C -> E

Throws:
Exception

testIncompleteNestedProjectStructure

public void testIncompleteNestedProjectStructure()
                                          throws Exception
test one of the child projects not having the artifactId or groupId empty and working off the name instead

Throws:
Exception


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