public class ProjectSorterTest extends junit.framework.TestCase
| Constructor and Description |
|---|
ProjectSorterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDependencyPrecedesProjectThatUsesSpecificDependencyVersion() |
void |
testDependencyPrecedesProjectThatUsesUnresolvedDependencyVersion() |
void |
testMatchingArtifactIdsDifferentGroupIds() |
void |
testMatchingGroupIdsDifferentArtifactIds() |
void |
testMatchingIdsAndDifferentVersions() |
void |
testMatchingIdsAndVersions() |
void |
testPluginDependenciesInfluenceSorting_DeclarationInParent() |
void |
testPluginDependenciesInfluenceSorting() |
void |
testPluginVersionsAreConsidered() |
void |
testShouldNotFailWhenManagedPluginDepReferencesCurrentProject() |
void |
testShouldNotFailWhenPluginDepReferencesCurrentProject() |
void |
testShouldNotFailWhenProjectReferencesNonExistentProject() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, 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, failNotEquals, failNotSame, failSamepublic ProjectSorterTest()
public void testShouldNotFailWhenPluginDepReferencesCurrentProject() throws CycleDetectedException, DuplicateProjectException
public void testShouldNotFailWhenManagedPluginDepReferencesCurrentProject() throws CycleDetectedException, DuplicateProjectException
public void testShouldNotFailWhenProjectReferencesNonExistentProject() throws CycleDetectedException, DuplicateProjectException
public void testMatchingArtifactIdsDifferentGroupIds() throws CycleDetectedException, DuplicateProjectException
public void testMatchingGroupIdsDifferentArtifactIds() throws CycleDetectedException, DuplicateProjectException
public void testMatchingIdsAndVersions() throws CycleDetectedException
CycleDetectedExceptionpublic void testMatchingIdsAndDifferentVersions() throws CycleDetectedException, DuplicateProjectException
public void testPluginDependenciesInfluenceSorting() throws Exception
Exceptionpublic void testPluginDependenciesInfluenceSorting_DeclarationInParent() throws Exception
Exceptionpublic void testPluginVersionsAreConsidered() throws Exception
Exceptionpublic void testDependencyPrecedesProjectThatUsesSpecificDependencyVersion() throws Exception
Exceptionpublic void testDependencyPrecedesProjectThatUsesUnresolvedDependencyVersion() throws Exception
ExceptionCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.