Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
158 0 0 1 99.4% 0.392 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 67 0 0 0 100% 0.020 s
org.apache.maven.model.building 6 0 0 1 83.3% 0.089 s
org.apache.maven.model.profile.activation 31 0 0 0 100% 0.005 s
org.apache.maven.model.profile 1 0 0 0 100% 0 s
org.apache.maven.model.merge 4 0 0 0 100% 0 s
org.apache.maven.model.interpolation 33 0 0 0 100% 0.025 s
org.apache.maven.model.inheritance 9 0 0 0 100% 0.253 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 67 0 0 0 100% 0.020 s

org.apache.maven.model.building

- Class Tests Errors Failures Skipped Success Rate Time
ComplexActivationTest 1 0 0 0 100% 0.061 s
DefaultModelBuilderFactoryTest 2 0 0 0 100% 0.005 s
DefaultModelBuilderTest 1 0 0 0 100% 0.013 s
FileModelSourceTest 2 0 0 1 50.0% 0.010 s

org.apache.maven.model.profile.activation

- Class Tests Errors Failures Skipped Success Rate Time
FileProfileActivatorTest 3 0 0 0 100% 0.002 s
JdkVersionProfileActivatorTest 8 0 0 0 100% 0.001 s
OperatingSystemProfileActivatorTest 10 0 0 0 100% 0.001 s
PropertyProfileActivatorTest 10 0 0 0 100% 0.001 s

org.apache.maven.model.profile

- Class Tests Errors Failures Skipped Success Rate Time
DefaultProfileSelectorTest 1 0 0 0 100% 0 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
MavenBuildTimestampTest 1 0 0 0 100% 0 s
StringSearchModelInterpolatorTest 32 0 0 0 100% 0.025 s

org.apache.maven.model.inheritance

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

Test Cases

[Summary] [Package List] [Test Cases]

ComplexActivationTest

testAndConditionInActivation 0.045 s

DefaultModelBuilderFactoryTest

testPomChanges 0.002 s
testCompleteWiring 0.002 s

DefaultModelBuilderTest

testCycleInImports 0.004 s

FileModelSourceTest

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

DefaultInheritanceAssemblerTest

testFlatUrls 0.100 s
testPluginConfiguration 0.027 s
testFlatTrickyUrls 0.050 s
testUrls 0.020 s
testNoAppendUrls 0.018 s
testWithEmptyUrl 0.007 s
testModulePathNotArtifactId 0.006 s
testNoAppendUrls2 0.013 s
testNoAppendUrls3 0.012 s

MavenBuildTimestampTest

testMavenBuildTimestampUsesUTC 0 s

StringSearchModelInterpolatorTest

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

MavenModelMergerTest

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

DefaultUrlNormalizerTest

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

DefaultProfileSelectorTest

testThrowingActivator 0 s

FileProfileActivatorTest

testIsActiveNoFile 0.002 s
testIsActiveExistsLeavesFileUnchanged 0 s
testIsActiveExistsFileExists 0 s

JdkVersionProfileActivatorTest

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

OperatingSystemProfileActivatorTest

testArch 0 s
testName 0 s
testNegatedFamily 0 s
testNegatedArch 0 s
testNegatedName 0 s
testVersionStringComparison 0 s
testVersionRegexMatching 0.001 s
testFamily 0 s
testCapitalOsName 0 s
testAllOsConditions 0 s

PropertyProfileActivatorTest

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

DefaultModelValidatorTest

testCiFriendlyBad 0.001 s
testCiFriendlyBadSha1Plus 0 s
testBadVersion 0.001 s
testDeprecatedDependencyMetaversionsLatestAndRelease 0 s
testBadRepositoryId 0 s
testCiFriendlyAllExpressions 0.001 s
testMissingPluginDependencyGroupId 0 s
testMissingDependencyManagementGroupId 0 s
testMissingPluginDependencyVersion 0 s
testMissingDependencyExclusionId 0.001 s
testEmptyPluginVersion 0 s
testCiFriendlyRevision 0 s
testBadDependencyScope 0 s
testDuplicateProfileId 0.001 s
testMissingArtifactId 0 s
testReservedRepositoryId 0 s
testParentVersionRELEASE 0 s
testRepositoryWithExpression 0.001 s
testMissingRepositoryId 0 s
testDuplicatePluginExecution 0.001 s
testMissingReportPluginVersion 0 s
testMissingAll 0 s
testBadDependencyManagementScope 0 s
testProfileActivationWithAllowedExpression 0.001 s
testMissingDependencyManagementArtifactId 0.001 s
testBadImportScopeType 0 s
testProfileActivationFileWithProjectExpression 0 s
testBadDependencyVersion 0 s
testMissingPluginArtifactId 0.001 s
testSelfReferencingDependencyInRawModel 0 s
testMissingResourceDirectory 0 s
testBadPluginDependencyScope 0.001 s
testCiFriendlyChangeList 0 s
testCiFriendlySha1 0 s
testBadImportScopeClassifier 0 s
testEmptyModule 0 s
testDuplicateModule 0.001 s
testCiFriendlyBadSha1Plus2 0 s
testInvalidVersionInPluginManagement 0 s
testHardCodedSystemPath 0 s
testDuplicatePlugin 0.001 s
testIncompleteParent 0 s
testDistributionManagementStatus 0 s
testMissingType 0 s
testMissingDependencyGroupId 0 s
testInvalidGroupAndArtifactIdInPluginManagement 0.001 s
testSelfReferencingDependencyWithClassifierInRawModel 0 s
testBadModelVersion 0 s
testMissingDependencyVersion 0 s
testMissingGroupId 0 s
testMissingVersion 0.001 s
testParentVersionLATEST 0 s
testModelVersion40 0 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
testProfileActivationPropertyWithProjectExpression 0 s
testRepositoryWithBasedirExpression 0 s
testMissingPluginDependencyArtifactId 0 s

Failure Details

[Summary] [Package List] [Test Cases]


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