Surefire Report

Summary


TestsErrors FailuresSkippedSuccess RateTime
228000100%14.431

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List


PackageTestsErrors FailuresSkippedSuccess RateTime
org.apache.maven.settings4000100%0.326
org.apache.maven.toolchain2000100%0.004
org.apache.maven.lifecycle19000100%1.172
org.apache.maven.lifecycle.internal19000100%0.893
org.apache.maven.configuration2000100%0.086
org.apache.maven.repository00000%0
org.apache.maven.project.canonical1000100%0.102
org.apache.maven.project.artifact2000100%0.171
org.apache.maven.plugin26000100%1.561
org.apache.maven.execution13000100%0.008
org.apache.maven.project135000100%8.869
org.apache.maven4000100%1.239
org.apache.maven.lifecycle.internal.stub1000100%0

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.maven.settings

ClassTestsErrors FailuresSkippedSuccess RateTime
PomConstructionWithSettingsTest3000100%0.324
SettingsUtilsTest1000100%0.002

org.apache.maven.toolchain

ClassTestsErrors FailuresSkippedSuccess RateTime
RequirementMatcherFactoryTest2000100%0.004

org.apache.maven.lifecycle

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultLifecyclesTest1000100%0.073
DefaultSchedulesTest1000100%0.045
LifecycleExecutorSubModulesTest1000100%0.096
LifecycleExecutorTest10000100%0.956
MavenExecutionPlanTest6000100%0.002

org.apache.maven.lifecycle.internal

ClassTestsErrors FailuresSkippedSuccess RateTime
BuilderCommonTest4000100%0.001
BuildListCalculatorTest1000100%0.003
ConcurrencyDependencyGraphTest2000100%0.002
ConcurrentBuildLoggerTest1000100%0.001
ExecutionPlanItemTest2000100%0.047
LifecycleExecutionPlanCalculatorTest1000100%0.01
LifecycleTaskSegmentCalculatorImplTest1000100%0
LifecycleWeaveBuilderTest2000100%0.037
PhaseRecorderTest1000100%0.001
ProjectBuildListTest1000100%0.001
ThreadConfigurationServiceTest1000100%0.001
ThreadOutputMuxerTest2000100%0.789

org.apache.maven.configuration

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultBeanConfiguratorTest2000100%0.086

org.apache.maven.repository

ClassTestsErrors FailuresSkippedSuccess RateTime
TestRepositoryConnectorFactory00000%0
TestRepositorySystem00000%0

org.apache.maven.project.canonical

ClassTestsErrors FailuresSkippedSuccess RateTime
CanonicalProjectBuilderTest1000100%0.102

org.apache.maven.project.artifact

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultMavenMetadataCacheTest1000100%0.099
MavenMetadataSourceTest1000100%0.072

org.apache.maven.plugin

ClassTestsErrors FailuresSkippedSuccess RateTime
PluginManagerTest10000100%0.643
PluginParameterExpressionEvaluatorTest16000100%0.918

org.apache.maven.execution

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultMavenExecutionTest1000100%0.002
ProjectSorterTest12000100%0.006

org.apache.maven.project

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultMavenProjectBuilderTest3000100%0.21
ExtensionDescriptorBuilderTest2000100%0.001
MavenProjectTest7000100%0.738
PomConstructionTest122000100%7.82
ProjectBuilderTest1000100%0.099
TestMetadataSource00000%0.001

org.apache.maven

ClassTestsErrors FailuresSkippedSuccess RateTime
MavenLifecycleParticipantTest1000100%0.994
MavenTest1000100%0.058
ProjectDependenciesResolverTest2000100%0.187

org.apache.maven.lifecycle.internal.stub

ClassTestsErrors FailuresSkippedSuccess RateTime
ProjectDependencyGraphStubTest1000100%0

Test Cases

DefaultBeanConfiguratorTest

testMinimal0.044
testPreAndPostProcessing0.037

DefaultMavenExecutionTest

testCopyDefault0

ProjectSorterTest

testShouldNotFailWhenPluginDepReferencesCurrentProject0.001
testShouldNotFailWhenManagedPluginDepReferencesCurrentProject0
testShouldNotFailWhenProjectReferencesNonExistentProject0
testMatchingArtifactIdsDifferentGroupIds0.001
testMatchingGroupIdsDifferentArtifactIds0
testMatchingIdsAndVersions0
testMatchingIdsAndDifferentVersions0
testPluginDependenciesInfluenceSorting0.001
testPluginDependenciesInfluenceSorting_DeclarationInParent0
testPluginVersionsAreConsidered0.001
testDependencyPrecedesProjectThatUsesSpecificDependencyVersion0
testDependencyPrecedesProjectThatUsesUnresolvedDependencyVersion0

DefaultLifecyclesTest

testLifecycle0.072

DefaultSchedulesTest

testScheduling0.044

BuilderCommonTest

testResolveBuildPlan0.001
testHandleBuildError0
testAttachToThread0
testGetKey0

BuildListCalculatorTest

testCalculateProjectBuilds0.001

ConcurrencyDependencyGraphTest

testConcurrencyGraphPrimaryVersion0
testConcurrencyGraphDifferentCompletionOrder0.001

ConcurrentBuildLoggerTest

testToGraph0

ExecutionPlanItemTest

testSetComplete0.016
testWaitUntilDone0.001

LifecycleExecutionPlanCalculatorTest

testCalculateExecutionPlanWithGoalTasks0.007

LifecycleTaskSegmentCalculatorImplTest

testCalculateProjectBuilds0

LifecycleWeaveBuilderTest

testBuildProjectThreaded0.024
testBuildProjectThreadedAggressive0.009

PhaseRecorderTest

testObserveExecution0

ProjectBuildListTest

testGetByTaskSegment0.001

ProjectDependencyGraphStubTest

testADependencies0

ThreadConfigurationServiceTest

testGetThreadCount0

ThreadOutputMuxerTest

testSingleThreaded0.221
testMultiThreaded0.566

LifecycleExecutorSubModulesTest

testCrweation0.095

LifecycleExecutorTest

testCalculationOfBuildPlanWithIndividualTaskWherePluginIsSpecifiedInThePom0.117
testCalculationOfBuildPlanWithIndividualTaskOfTheCleanLifecycle0.065
testCalculationOfBuildPlanWithIndividualTaskOfTheCleanCleanGoal0.098
testCalculationOfBuildPlanTasksOfTheCleanLifecycleAndTheInstallLifecycle0.123
testCalculationOfBuildPlanWithMultipleExecutionsOfModello0.128
testLifecycleQueryingUsingADefaultLifecyclePhase0.122
testLifecyclePluginsRetrievalForDefaultLifecycle0.055
testPluginConfigurationCreation0.083
testPluginPrefixRetrieval0.093
testFindingPluginPrefixforCleanClean0.066

MavenExecutionPlanTest

testFindFirstWithMatchingSchedule0.001
testForceAllComplete0
testFindLastInPhase0
testThreadSafeMojos0.001
testFindLastWhenFirst0
testFindLastInPhaseMisc0

MavenLifecycleParticipantTest

testDependencyInjection0.985

MavenTest

testLifecycleExecutionUsingADefaultLifecyclePhase0.057

PluginManagerTest

testPluginLoading0.08
testMojoDescriptorRetrieval0.05
testRemoteResourcesPlugin0.049
testSurefirePlugin0.085
testMojoConfigurationIsMergedCorrectly0.045
testMojoWhereInternallyStatedDependencyIsOverriddenByProject0.045
testMojoThatIsPresentInTheCurrentBuild0.078
testAggregatorMojo0.046
testMojoThatRequiresExecutionToAGivenPhaseBeforeExecutingItself0.047
testThatPluginDependencyThatHasSystemScopeIsResolved0.113

PluginParameterExpressionEvaluatorTest

testPluginDescriptorExpressionReference0.051
testPluginArtifactsExpressionReference0.084
testPluginArtifactMapExpressionReference0.048
testPluginArtifactIdExpressionReference0.046
testValueExtractionWithAPomValueContainingAPath0.078
testEscapedVariablePassthrough0.052
testEscapedVariablePassthroughInLargerExpression0.045
testMultipleSubExpressionsInLargerExpression0.079
testMissingPOMPropertyRefInLargerExpression0.047
testPOMPropertyExtractionWithMissingProject_WithDotNotation0.049
testBasedirExtractionWithMissingProject0.075
testValueExtractionFromSystemPropertiesWithMissingProject0.045
testValueExtractionFromSystemPropertiesWithMissingProject_WithDotNotation0.047
testLocalRepositoryExtraction0.075
testTwoExpressions0.046
testShouldExtractPluginArtifacts0.046

DefaultMavenMetadataCacheTest

testCacheKey0.099

MavenMetadataSourceTest

testShouldNotCarryExclusionsOverFromDependencyToDependency0.071

CanonicalProjectBuilderTest

testProjectBuilder0.101

DefaultMavenProjectBuilderTest

testBuildFromMiddlePom0.104
testDuplicatePluginDefinitionsMerged0.05
testBuildStubModelForMissingRemotePom0.053

ExtensionDescriptorBuilderTest

testEmptyDescriptor0
testCompleteDescriptor0

MavenProjectTest

testShouldInterpretChildPathAdjustmentBasedOnModulePaths0.12
testIdentityProtoInheritance0.067
testEmptyConstructor0.095
testClone0.156
testCloneWithDependencyManagement0.117
testGetModulePathAdjustment0.088
testCloneWithDistributionManagement0.09

PomConstructionTest

testEmptyUrl0.095
testProfileModules0.075
testParentInheritance0.086
testExecutionConfigurationJoin0.079
testPluginConfigProperties0.061
testProfilePropertiesInterpolation0.095
testThatExecutionsWithoutIdsAreMergedAndTheChildWins0.053
testDuplicateExclusionsDependency0.05
testMultipleFilters0.089
testDuplicateDependenciesCauseLastDeclarationToBePickedInLenientMode0.055
testParentInterpolation0.05
testPluginManagementInherited0.08
testPluginManagementDependencies0.059
testReportingInterpolation0.046
testPluginOrder0.08
testErroneousJoiningOfDifferentPluginsWithEqualDependencies0.063
testErroneousJoiningOfDifferentPluginsWithEqualExecutionIds0.053
testExecutionConfiguration0.097
testSingleConfigurationInheritance0.055
testConfigWithPluginManagement0.062
testExecutionConfigurationSubcollections0.108
testMultipleRepositories0.05
testMultipleExecutionIds0.05
testConsecutiveEmptyElements0.081
testOrderOfGoalsFromPluginExecutionWithoutPluginManagement0.065
testOrderOfGoalsFromPluginExecutionWithPluginManagement0.052
testOrderOfPluginExecutionsWithoutPluginManagement0.099
testOrderOfPluginExecutionsWithPluginManagement0.051
testMergeOfPluginExecutionsWhenChildInheritsPluginVersion0.051
testMergeOfPluginExecutionsWhenChildAndParentUseDifferentPluginVersions0.079
testInterpolationWithXmlMarkup0.05
testOrderOfMergedPluginExecutionsWithoutPluginManagement0.048
testOrderOfMergedPluginExecutionsWithPluginManagement0.083
testDifferentContainersWithSameId0.051
testOrderOfMergedPluginExecutionGoalsWithoutPluginManagement0.048
testOrderOfMergedPluginExecutionGoalsWithPluginManagement0.079
testOverridingOfInheritedPluginExecutionsWithoutPluginManagement0.054
testOverridingOfInheritedPluginExecutionsWithPluginManagement0.053
testOrderOfMergedPluginDependenciesWithoutPluginManagement0.093
testOrderOfMergedPluginDependenciesWithPluginManagement0.052
testInterpolationOfNestedBuildDirectories0.06
testAppendArtifactIdOfChildToInheritedUrls0.09
testAppendArtifactIdOfParentAndChildToInheritedUrls0.051
testNonInheritedElementsInSubtreesOverriddenByChild0.051
testXmlTextCoalescing0.094
testFullInterpolationOfNestedExpressions0.056
testInterpolationOfLegacyExpressionsThatDontIncludeTheProjectPrefix0.093
testInterpolationWithBasedirAlignedDirectories0.049
testInterpolationOfBasedirInPomWithUnusualName0.047
testJoiningOfContainersWhenChildHasEmptyElements0.083
testOrderOfPluginConfigurationElementsWithoutPluginManagement0.046
testOrderOfPluginConfigurationElementsWithPluginManagement0.045
testOrderOfPluginExecutionConfigurationElementsWithoutPluginManagement0.093
testOrderOfPluginExecutionConfigurationElementsWithPluginManagement0.048
testMergeOfInheritedPluginConfiguration0.083
testAppendOfInheritedPluginConfigurationWithNoProfile0.054
testAppendOfInheritedPluginConfigurationWithActiveProfile0.057
testMultiplePluginExecutionsWithAndWithoutIdsWithoutPluginManagement0.078
testMultiplePluginExecutionsWithAndWithoutIdsWithPluginManagement0.05
testDependencyOrderWithoutPluginManagement0.047
testDependencyOrderWithPluginManagement0.077
testBuildDirectoriesUsePlatformSpecificFileSeparator0.052
testMergedFilterOrder0.085
testProfileInjectedDependencies0.051
testProfileDependenciesMultipleProfiles0.051
testDependencyInheritance0.089
testManagedProfileDependency0.048
testProfileModuleInheritance0.052
testUncPath0.078
testUrlAppendWithChildPathAdjustment0.047
testRepoInheritance0.05
testEmptyScm0.082
testPluginConfigurationUsingAttributesWithoutPluginManagement0.05
testPluginConfigurationUsingAttributesWithPluginManagement0.05
testPluginConfigurationUsingAttributesWithPluginManagementAndProfile0.083
testPomEncoding0.047
testXmlWhitespaceHandling0.047
testInterpolationOfBaseUrl0.083
testReportingPluginConfig0.063
testPropertiesNoDuplication0.049
testPomInheritance0.087
testCompleteModelWithoutParent0.081
testCompleteModelWithParent0.096
testProfileInjectionOrder0.047
testPropertiesInheritance0.05
testInheritedPropertiesInterpolatedWithValuesFromChildWithoutProfiles0.079
testInheritedPropertiesInterpolatedWithValuesFromChildWithActiveProfiles0.049
testProfileDefaultActivation0.049
testBooleanInterpolation0.082
testBuildExtensionInheritance0.048
testJdkActivation0.048
testProfilePluginMngDependencies0.082
testPercentEncodedUrlsMustNotBeDecoded0.047
testPluginManagementInheritance0.046
testProfilePlugins0.085
testPluginInheritanceSimple0.049
testPluginManagementDuplicate0.081
testDistributionManagement0.05
testDependencyScopeInheritance0.047
testDependencyScope0.08
testDependencyManagementWithInterpolation0.048
testInterpolationWithSystemProperty0.049
testPluginExecutionInheritanceWhenChildDoesNotDeclarePlugin0.078
testPluginExecutionInheritanceWhenChildDoesDeclarePluginAsWell0.047
testValidationErrorUponNonUniqueArtifactRepositoryId0.049
testValidationErrorUponNonUniquePluginRepositoryId0.081
testValidationErrorUponNonUniqueArtifactRepositoryIdInProfile0.047
testValidationErrorUponNonUniquePluginRepositoryIdInProfile0.079
testPrerequisitesAreNotInherited0.049
testLicensesAreInheritedButNotAggregated0.047
testDevelopersAreInheritedButNotAggregated0.085
testContributorsAreInheritedButNotAggregated0.048
testMailingListsAreInheritedButNotAggregated0.048
testPluginInheritanceOrder0.085
testCliPropsDominateProjectPropsDuringInterpolation0.054
testParentPomPackagingMustBePom0.048
testManagedPluginConfigurationAppliesToImplicitPluginsIntroducedByPackaging0.083
testDefaultPluginsExecutionContributedByPackagingExecuteBeforeUserDefinedExecutions0.05
testPluginDeclarationsRetainPomOrderAfterInjectionOfDefaultPlugins0.046
testPluginOrderAfterMergingWithInheritedPlugins0.081
testPluginOrderAfterMergingWithInjectedPlugins0.053
testProjectArtifactIdIsNotInheritedButMandatory0.05

ProjectBuilderTest

testSystemScopeDependencyIsPresentInTheCompileClasspathElements0.098

TestMetadataSource

ProjectDependenciesResolverTest

testSystemScopeDependencyIsPresentInTheCompileClasspathElements0.098
testSystemScopeDependencies0.087

TestRepositoryConnectorFactory

TestRepositorySystem

PomConstructionWithSettingsTest

testSettingsNoPom0.143
testPomAndSettingsInterpolation0.065
testRepositories0.114

SettingsUtilsTest

testShouldAppendRecessivePluginGroupIds0.001

RequirementMatcherFactoryTest

testCreateExactMatcher0.002
testCreateVersionMatcher0.001