Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
140 0 0 1 99.3% 0.776 s

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.apache.maven.model.path 7 0 0 0 100% 0 s
org.apache.maven.model.validation 61 0 0 0 100% 0.032 s
org.apache.maven.model.building 6 0 0 1 83.3% 0.103 s
org.apache.maven.model.profile.activation 20 0 0 0 100% 0.059 s
org.apache.maven.model.merge 4 0 0 0 100% 0 s
org.apache.maven.model.interpolation 33 0 0 0 100% 0.042 s
org.apache.maven.model.inheritance 9 0 0 0 100% 0.540 s

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

org.apache.maven.model.path

- Class Tests Errors Failures Skipped Success Rate Time
DefaultUrlNormalizerTest 7 0 0 0 100% 0 s

org.apache.maven.model.validation

- Class Tests Errors Failures Skipped Success Rate Time
DefaultModelValidatorTest 61 0 0 0 100% 0.032 s

org.apache.maven.model.building

- Class Tests Errors Failures Skipped Success Rate Time
ComplexActivationTest 1 0 0 0 100% 0.072 s
FileModelSourceTest 2 0 0 1 50.0% 0.022 s
DefaultModelBuilderTest 1 0 0 0 100% 0.004 s
DefaultModelBuilderFactoryTest 2 0 0 0 100% 0.005 s

org.apache.maven.model.profile.activation

- Class Tests Errors Failures Skipped Success Rate Time
JdkVersionProfileActivatorTest 7 0 0 0 100% 0.030 s
FileProfileActivatorTest 3 0 0 0 100% 0.021 s
PropertyProfileActivatorTest 10 0 0 0 100% 0.008 s

org.apache.maven.model.merge

- Class Tests Errors Failures Skipped Success Rate Time
MavenModelMergerTest 4 0 0 0 100% 0 s

org.apache.maven.model.interpolation

- Class Tests Errors Failures Skipped Success Rate Time
StringSearchModelInterpolatorTest 32 0 0 0 100% 0.042 s
MavenBuildTimestampTest 1 0 0 0 100% 0 s

org.apache.maven.model.inheritance

- Class Tests Errors Failures Skipped Success Rate Time
DefaultInheritanceAssemblerTest 9 0 0 0 100% 0.540 s

Test Cases

[Summary] [Package List] [Test Cases]

JdkVersionProfileActivatorTest

testPrefixNegated 0.001 s
testVersionRangeInclusiveBounds 0.001 s
testVersionRangeExclusiveUpperBound 0.001 s
testNullSafe 0 s
testVersionRangeInclusiveLowerBound 0.001 s
testVersionRangeExclusiveBounds 0.001 s
testPrefix 0 s

FileProfileActivatorTest

testIsActiveNoFile 0.018 s
testIsActiveExistsLeavesFileUnchanged 0 s
testIsActiveExistsFileExists 0.001 s

PropertyProfileActivatorTest

testWithValue_SystemProperty 0.001 s
testNullSafe 0 s
testWithNegatedNameOnly_UserProperty 0.001 s
testWithNegatedValue_UserProperty 0 s
testWithValue_UserPropertyDominantOverSystemProperty 0 s
testWithNameOnly_UserProperty 0.001 s
testWithNegatedNameOnly_SystemProperty 0 s
testWithValue_UserProperty 0 s
testWithNameOnly_SystemProperty 0 s
testWithNegatedValue_SystemProperty 0 s

ComplexActivationTest

testAndConditionInActivation 0.070 s

FileModelSourceTest

testWindowsPaths 0 s
- got: <false>, expected: is <true> -
testEquals 0.001 s

DefaultModelBuilderTest

testCycleInImports 0.004 s

DefaultModelBuilderFactoryTest

testPomChanges 0.001 s
testCompleteWiring 0.003 s

DefaultUrlNormalizerTest

testRemovalOfParentRefs 0 s
testNullSafe 0 s
parentDirectoryRemovedFromRelativeUriReference 0 s
absolutePathTraversalPastRootIsOmitted 0 s
testTrailingSlash 0 s
leadingParentDirectoryNotRemovedFromRelativeUriReference 0 s
testPreservationOfDoubleSlashes 0 s

MavenModelMergerTest

testMergeModel_Profiles 0 s
testMergeModel_Prerequisites 0 s
testMergeModel_ModelVersion 0 s
testMergeModel_ArtifactId 0 s

StringSearchModelInterpolatorTest

testInterpolateObjectWithUnmodifiableStringListField 0 s
testInterpolateObjectWithStringToStringMapFieldAndOneLiteralValue 0 s
testConcurrentInterpolation 0.020 s
testInterpolateObjectWithPomFile 0.002 s
testInterpolateObjectWithStringToStringMapField 0.001 s
testLocationTrackerShouldBeExcludedFromInterpolation 0.001 s
testInterpolateStringArray 0 s
testInterpolateObjectWithStringArrayListField 0.001 s
testNotInterpolateFile 0.006 s
testFinalFieldsExcludedFromInterpolation 0 s
testInterpolateObjectWithStringArrayField 0.001 s
testInterpolateObjectWithUnmodifiableStringToStringMapField 0 s
testInterpolateObjectWithStringListFieldAndOneLiteralValue 0.001 s
testInterpolateObjectWithStringToStringArrayMapField 0 s
testNotInterpolateObjectWithFile 0.001 s
testInterpolateObjectWithStringListField 0 s
testShouldInterpolateDependencyVersionToSetSameAsProjectVersion 0.001 s
testShouldInterpolateSourceDirectoryReferencedFromResourceDirectoryCorrectly 0.001 s
testEnvarExpressionThatEvaluatesToNullReturnsTheLiteralString 0.001 s
testBaseUri 0 s
testBasedir 0 s
testShouldNotThrowExceptionOnReferenceToNonExistentValue 0.001 s
testShouldNotInterpolateDependencyVersionWithInvalidReference 0 s
testShouldInterpolateOrganizationNameCorrectly 0.001 s
testDefaultBuildTimestampFormatWithLocalTimeZoneMidnightRollover 0 s
testShouldNotThrowExceptionOnReferenceToValueContainingNakedExpression 0 s
testShouldThrowExceptionOnRecursiveScmConnectionReference 0 s
testDefaultBuildTimestampFormatShouldFormatTimeIn24HourFormat 0.001 s
testEnvars 0 s
testShouldInterpolateUnprefixedBasedirExpression 0 s
testTwoReferences 0 s
testExpressionThatEvaluatesToNullReturnsTheLiteralString 0.001 s

MavenBuildTimestampTest

testMavenBuildTimestampUsesUTC 0 s

DefaultInheritanceAssemblerTest

testFlatUrls 0.187 s
testPluginConfiguration 0.056 s
testFlatTrickyUrls 0.146 s
testUrls 0.033 s
testNoAppendUrls 0.032 s
testWithEmptyUrl 0.014 s
testModulePathNotArtifactId 0.015 s
testNoAppendUrls2 0.029 s
testNoAppendUrls3 0.027 s

DefaultModelValidatorTest

testCiFriendlyBad 0.001 s
testCiFriendlyBadSha1Plus 0.001 s
testBadVersion 0.001 s
testDeprecatedDependencyMetaversionsLatestAndRelease 0.001 s
testBadRepositoryId 0.001 s
testCiFriendlyAllExpressions 0.001 s
testMissingPluginDependencyGroupId 0 s
testMissingDependencyManagementGroupId 0.001 s
testMissingPluginDependencyVersion 0 s
testMissingDependencyExclusionId 0.001 s
testEmptyPluginVersion 0 s
testCiFriendlyRevision 0.001 s
testBadDependencyScope 0 s
testDuplicateProfileId 0.001 s
testMissingArtifactId 0 s
testReservedRepositoryId 0 s
testParentVersionRELEASE 0 s
testMissingRepositoryId 0.001 s
testDuplicatePluginExecution 0 s
testMissingReportPluginVersion 0.001 s
testMissingAll 0 s
testBadDependencyManagementScope 0.001 s
testMissingDependencyManagementArtifactId 0 s
testBadImportScopeType 0.001 s
testBadDependencyVersion 0 s
testMissingPluginArtifactId 0.001 s
testSelfReferencingDependencyInRawModel 0 s
testMissingResourceDirectory 0.001 s
testBadPluginDependencyScope 0 s
testCiFriendlyChangeList 0.001 s
testCiFriendlySha1 0 s
testBadImportScopeClassifier 0.001 s
testEmptyModule 0 s
testDuplicateModule 0.001 s
testCiFriendlyBadSha1Plus2 0 s
testInvalidVersionInPluginManagement 0.001 s
testHardCodedSystemPath 0 s
testDuplicatePlugin 0.001 s
testIncompleteParent 0 s
testDistributionManagementStatus 0 s
testMissingType 0 s
testMissingDependencyGroupId 0.001 s
testInvalidGroupAndArtifactIdInPluginManagement 0 s
testSelfReferencingDependencyWithClassifierInRawModel 0.001 s
testBadModelVersion 0 s
testMissingDependencyVersion 0 s
testMissingGroupId 0.001 s
testMissingVersion 0 s
testParentVersionLATEST 0.001 s
testInvalidGroupIdInPluginManagement 0 s
testInvalidArtifactIdInPluginManagement 0 s
testBadDependencyExclusionId 0.001 s
testMissingDependencyArtifactId 0 s
testMissingModelVersion 0 s
testSystemPathRefersToProjectBasedir 0.001 s
testInvalidAggregatorPackaging 0 s
testBadSnapshotVersion 0 s
testInvalidIds 0 s
testBadPluginVersion 0.001 s
testBadPluginDependencyVersion 0 s
testMissingPluginDependencyArtifactId 0 s

Failure Details

[Summary] [Package List] [Test Cases]


testWindowsPaths
- skipped: got: <false>, expected: is <true>