Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
147 0 0 3 98.0% 1.150 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.internal.impl.standalone 2 0 0 0 100% 0.120 s
org.apache.maven.internal.impl.model 25 0 0 0 100% 0.274 s
org.apache.maven.internal.impl.model.profile 91 0 0 3 96.7% 0.065 s
org.apache.maven.internal.impl.resolver 10 0 0 0 100% 0.082 s
org.apache.maven.internal.impl.model.reflection 15 0 0 0 100% 0.005 s
org.apache.maven.internal.impl 3 0 0 0 100% 0.568 s
org.apache.maven.internal.impl.util 1 0 0 0 100% 0.036 s

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

org.apache.maven.internal.impl.standalone

- Class Tests Errors Failures Skipped Success Rate Time
DiTest 1 0 0 0 100% 0 s
TestApiStandalone 1 0 0 0 100% 0.120 s

org.apache.maven.internal.impl.model

- Class Tests Errors Failures Skipped Success Rate Time
ComplexActivationTest 2 0 0 0 100% 0.232 s
DefaultDependencyManagementImporterTest 5 0 0 0 100% 0.032 s
DefaultInterpolatorTest 14 0 0 0 100% 0.008 s
MavenModelMergerTest 4 0 0 0 100% 0.002 s

org.apache.maven.internal.impl.model.profile

- Class Tests Errors Failures Skipped Success Rate Time
ConditionParserTest 26 0 0 0 100% 0.022 s
ConditionProfileActivatorTest 31 0 0 3 90.3% 0.028 s
FileProfileActivatorTest 6 0 0 0 100% 0.004 s
JdkVersionProfileActivatorTest 8 0 0 0 100% 0.004 s
OperatingSystemProfileActivatorTest 10 0 0 0 100% 0.003 s
PropertyProfileActivatorTest 10 0 0 0 100% 0.004 s

org.apache.maven.internal.impl.resolver

- Class Tests Errors Failures Skipped Success Rate Time
DefaultModelResolverTest 10 0 0 0 100% 0.082 s

org.apache.maven.internal.impl.model.reflection

- Class Tests Errors Failures Skipped Success Rate Time
ReflectionValueExtractorTest 15 0 0 0 100% 0.005 s

org.apache.maven.internal.impl

- Class Tests Errors Failures Skipped Success Rate Time
DefaultModelVersionParserTest 1 0 0 0 100% 0.021 s
DefaultSettingsBuilderFactoryTest 1 0 0 0 100% 0.545 s
DefaultSettingsValidatorTest 1 0 0 0 100% 0.002 s

org.apache.maven.internal.impl.util

- Class Tests Errors Failures Skipped Success Rate Time
PhasingExecutorTest 1 0 0 0 100% 0.036 s

Test Cases

[Summary] [Package List] [Test Cases]

DefaultModelVersionParserTest

parseVersion 0.011 s

DefaultSettingsBuilderFactoryTest

testCompleteWiring 0.544 s

DefaultSettingsValidatorTest

testValidate 0.002 s

ComplexActivationTest

testConditionExistingAndMissingInActivation 0.194 s
testAndConditionInActivation 0.036 s

DefaultDependencyManagementImporterTest

testUpdateWithImportedFrom_dependencyLocationAndBomLocationAreNull_dependencyReturned 0.020 s
testUpdateWithImportedFrom_multiLevel_importedFromSetChanged 0.007 s
testUpdateWithImportedFrom_multiLevelAlreadyFoundInDifferentSource_importedFromSetMaintained 0.001 s
testUpdateWithImportedFrom_singleLevel_importedFromSet 0.001 s
testUpdateWithImportedFrom_dependencyManagementAndDependencyHaveSameSource_dependencyImportedFromSameSource 0.001 s

DefaultInterpolatorTest

testXdg 0.001 s
testLoopEmpty2 0 s
testSubstitutionEscape 0 s
testSubstitutionFailures 0 s
testInnerSubst 0 s
testBasicSubstitutionWithContext 0.001 s
testMultipleEscapes 0 s
testExpansion 0.001 s
testPreserveUnresolved 0 s
testSubstLoop 0.001 s
testBasicSubstitution 0 s
testLoopEmpty 0 s
testEmptyVariable 0 s
testSubstitutionOrder 0 s

MavenModelMergerTest

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

ConditionParserTest

testLengthFunction 0.001 s
testArithmeticFunctions 0.001 s
testNestedPropertyAlias 0.001 s
testMatchesFunction 0.001 s
testCaseConversionFunctions 0 s
testStringComparison 0 s
testStringLiterals 0.001 s
testToInt 0 s
testFloatingPointArithmetic 0.001 s
testComplexArithmeticExpressions 0.001 s
testToString 0 s
testCombinedArithmeticAndLogic 0 s
testContainsFunction 0.001 s
testComplexExpression 0 s
testStringConcatenation 0.001 s
testArithmeticComparisons 0 s
testBasicArithmetic 0.004 s
testDivisionByZero 0.001 s
testSubstringFunction 0 s
testPropertyAlias 0.001 s
testInRange 0.001 s
testIndexOf 0.001 s
testConcatFunction 0.001 s
testIfFunction 0 s
testParenthesesMismatch 0.001 s
testArithmeticPrecedence 0.001 s

ConditionProfileActivatorTest

testFileIsActiveNoFile 0.004 s
testOsVersionRegexMatching 0.001 s
testPropWithNegatedValue_UserProperty 0.001 s
testPropWithValue_SystemProperty 0.001 s
testJdkVersionRangeExclusiveBounds 0.001 s
testFileWilcards 0 s
- void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testFileWilcards() is @Disabled -
testNullSafe 0.001 s
testOsNegatedArch 0 s
testOsNegatedName 0.001 s
testJdkPrefix 0.001 s
testPropWithValue_UserPropertyDominantOverSystemProperty 0.001 s
testFileRootDirectoryWithNull 0 s
- void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testFileRootDirectoryWithNull() is @Disabled -
testJdkRubbishJavaVersion 0 s
- void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testJdkRubbishJavaVersion() is @Disabled -
testPropWithNegatedValue_SystemProperty 0.001 s
testOsVersionStringComparison 0.001 s
testOsCapitalName 0.001 s
testPropWithNameOnly_SystemProperty 0 s
testJdkPrefixNegated 0.001 s
testFileIsActiveExistsFileExists 0.001 s
testJdkVersionRangeExclusiveUpperBound 0.001 s
testPropWithNameOnly_UserProperty 0.001 s
testPropWithNegatedNameOnly_SystemProperty 0 s
testPropWithNegatedNameOnly_UserProperty 0 s
testFileIsActiveNoFileWithShortBasedir 0.001 s
testJdkVersionRangeInclusiveBounds 0.001 s
testOsAllConditions 0.001 s
testJdkVersionRangeInclusiveLowerBound 0.001 s
testOsArch 0.001 s
testOsName 0 s
testFileRootDirectory 0.001 s
testPropWithValue_UserProperty 0.001 s

FileProfileActivatorTest

testIsActiveNoFileWithShortBasedir 0 s
testIsActiveNoFile 0 s
testIsActiveExistsLeavesFileUnchanged 0.001 s
testIsActiveExistsFileExists 0 s
testRootDirectoryWithNull 0.001 s
testRootDirectory 0.001 s

JdkVersionProfileActivatorTest

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

OperatingSystemProfileActivatorTest

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

PropertyProfileActivatorTest

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

ReflectionValueExtractorTest

testArtifactMap 0.001 s
testMappedMissingDot 0 s
testIndexedMapped 0 s
testBadMappedSyntax 0.001 s
testMappedIndexed 0 s
testMappedDottedKey 0 s
testBadIndexedSyntax 0 s
testIndexedMissingDot 0 s
testIllegalIndexedType 0 s
testValueExtractorWithAInvalidExpression 0 s
testTrimRootToken 0.001 s
testDotDot 0 s
testIllegalMappedType 0 s
testRootPropertyRegression 0.001 s
testValueExtraction 0 s

DefaultModelResolverTest

testResolveParentThrowsModelResolverExceptionWhenUsingRangesWithoutUpperBound 0.009 s
testResolveDependencySuccessfullyResolvesExistingDependencyWithoutRange 0.012 s
testResolveParentSuccessfullyResolvesExistingParentWithoutRange 0.005 s
testResolveDependencyThrowsModelResolverExceptionWhenNotFound 0.014 s
testResolveParentSuccessfullyResolvesExistingParentUsingHighestVersion 0.016 s
testResolveDependencyThrowsModelResolverExceptionWhenNoMatchingVersionFound 0.006 s
testResolveDependencyThrowsModelResolverExceptionWhenUsingRangesWithoutUpperBound 0.003 s
testResolveParentThrowsModelResolverExceptionWhenNotFound 0.004 s
testResolveDependencySuccessfullyResolvesExistingDependencyUsingHighestVersion 0.005 s
testResolveParentThrowsModelResolverExceptionWhenNoMatchingVersionFound 0.005 s

DiTest

testGenerics 0 s

TestApiStandalone

testStandalone 0.118 s

PhasingExecutorTest

testPhaser 0.035 s

Failure Details

[Summary] [Package List] [Test Cases]


testFileWilcards
- skipped: void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testFileWilcards() is @Disabled
testFileRootDirectoryWithNull
- skipped: void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testFileRootDirectoryWithNull() is @Disabled
testJdkRubbishJavaVersion
- skipped: void org.apache.maven.internal.impl.model.profile.ConditionProfileActivatorTest.testJdkRubbishJavaVersion() is @Disabled