public class DefaultProjectDependencyGraphTest extends junit.framework.TestCase
| Constructor and Description |
|---|
DefaultProjectDependencyGraphTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testGetSortedProjects() |
void |
testGetUpstreamProjects() |
void |
testNonTransitivesInOrder() |
void |
testTransitivesInOrder() |
void |
testVerifyExpectedParentStructure() |
void |
testVerifyThatDownsteamProjectsComeInSortedOrder() |
void |
testWithMissingTranistiveOnly() |
void |
testWithTranistiveOnly() |
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringpublic DefaultProjectDependencyGraphTest()
public void testGetSortedProjects() throws DuplicateProjectException, CycleDetectedException
public void testVerifyExpectedParentStructure() throws CycleDetectedException, DuplicateProjectException
public void testVerifyThatDownsteamProjectsComeInSortedOrder() throws CycleDetectedException, DuplicateProjectException
public void testTransitivesInOrder() throws CycleDetectedException, DuplicateProjectException
public void testNonTransitivesInOrder() throws CycleDetectedException, DuplicateProjectException
public void testWithTranistiveOnly() throws CycleDetectedException, DuplicateProjectException
public void testWithMissingTranistiveOnly() throws CycleDetectedException, DuplicateProjectException
public void testGetUpstreamProjects() throws CycleDetectedException, DuplicateProjectException
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.