Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
94 | 0 | 0 | 0 | 100% | 5.543 |
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.inheritance | 1 | 0 | 0 | 0 | 100% | 0.511 |
org.apache.maven.model.validation | 43 | 0 | 0 | 0 | 100% | 1.377 |
org.apache.maven.model.path | 4 | 0 | 0 | 0 | 100% | 0 |
org.apache.maven.model.profile.activation | 17 | 0 | 0 | 0 | 100% | 0.552 |
org.apache.maven.model.building | 1 | 0 | 0 | 0 | 100% | 0.075 |
org.apache.maven.model.interpolation | 28 | 0 | 0 | 0 | 100% | 3.028 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.apache.maven.model.inheritance
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
DefaultInheritanceAssemblerTest | 1 | 0 | 0 | 0 | 100% | 0.511 |
org.apache.maven.model.validation
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
DefaultModelValidatorTest | 43 | 0 | 0 | 0 | 100% | 1.377 |
org.apache.maven.model.path
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
DefaultUrlNormalizerTest | 4 | 0 | 0 | 0 | 100% | 0 |
org.apache.maven.model.profile.activation
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
PropertyProfileActivatorTest | 10 | 0 | 0 | 0 | 100% | 0.308 | |
JdkVersionProfileActivatorTest | 7 | 0 | 0 | 0 | 100% | 0.244 |
org.apache.maven.model.building
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
DefaultModelBuilderFactoryTest | 1 | 0 | 0 | 0 | 100% | 0.075 |
org.apache.maven.model.interpolation
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
StringSearchModelInterpolatorTest | 28 | 0 | 0 | 0 | 100% | 3.028 |
Test Cases
[Summary] [Package List] [Test Cases]
DefaultModelValidatorTest
testMissingModelVersion | 0.051 | |
testBadModelVersion | 0.03 | |
testMissingArtifactId | 0.022 | |
testMissingGroupId | 0.094 | |
testInvalidIds | 0.023 | |
testMissingType | 0.022 | |
testMissingVersion | 0.022 | |
testInvalidAggregatorPackaging | 0.032 | |
testMissingDependencyArtifactId | 0.031 | |
testMissingDependencyGroupId | 0.031 | |
testMissingDependencyVersion | 0.023 | |
testMissingDependencyManagementArtifactId | 0.02 | |
testMissingDependencyManagementGroupId | 0.021 | |
testMissingAll | 0.025 | |
testMissingPluginArtifactId | 0.084 | |
testEmptyPluginVersion | 0.03 | |
testMissingRepositoryId | 0.03 | |
testMissingResourceDirectory | 0.027 | |
testBadPluginDependencyScope | 0.019 | |
testBadDependencyScope | 0.025 | |
testBadDependencyVersion | 0.054 | |
testDuplicateModule | 0.041 | |
testDuplicateProfileId | 0.036 | |
testBadPluginVersion | 0.041 | |
testDistributionManagementStatus | 0.023 | |
testIncompleteParent | 0.079 | |
testHardCodedSystemPath | 0.035 | |
testEmptyModule | 0.044 | |
testDuplicatePlugin | 0.021 | |
testDuplicatePluginExecution | 0.021 | |
testReservedRepositoryId | 0.02 | |
testMissingPluginDependencyGroupId | 0.017 | |
testMissingPluginDependencyArtifactId | 0.016 | |
testMissingPluginDependencyVersion | 0.016 | |
testBadPluginDependencyVersion | 0.086 | |
testBadVersion | 0.021 | |
testBadSnapshotVersion | 0.017 | |
testBadRepositoryId | 0.017 | |
testBadDependencyExclusionId | 0.02 | |
testMissingDependencyExclusionId | 0.022 | |
testBadImportScopeType | 0.018 | |
testBadImportScopeClassifier | 0.05 | |
testSystemPathRefersToProjectBasedir | 0 |
DefaultUrlNormalizerTest
testNullSafe | 0 | |
testTrailingSlash | 0 | |
testRemovalOfParentRefs | 0 | |
testPreservationOfDoubleSlashes | 0 |
StringSearchModelInterpolatorTest
testInterpolateStringArray | 1.211 | |
testInterpolateObjectWithStringArrayField | 0.255 | |
testInterpolateObjectWithStringListField | 0.133 | |
testInterpolateObjectWithStringListFieldAndOneLiteralValue | 0.117 | |
testInterpolateObjectWithUnmodifiableStringListField | 0.049 | |
testInterpolateObjectWithStringArrayListField | 0.194 | |
testInterpolateObjectWithStringToStringMapField | 0.059 | |
testInterpolateObjectWithStringToStringMapFieldAndOneLiteralValue | 0.09 | |
testInterpolateObjectWithUnmodifiableStringToStringMapField | 0.028 | |
testInterpolateObjectWithStringToStringArrayMapField | 0.026 | |
testConcurrentInterpolation | 0.188 | |
testFinalFieldsExcludedFromInterpolation | 0.043 | |
testLocationTrackerShouldBeExcludedFromInterpolation | 0.047 | |
testDefaultBuildTimestampFormatShouldParseTimeIn24HourFormat | 0.027 | |
testShouldNotThrowExceptionOnReferenceToNonExistentValue | 0.097 | |
testShouldThrowExceptionOnRecursiveScmConnectionReference | 0.034 | |
testShouldNotThrowExceptionOnReferenceToValueContainingNakedExpression | 0.025 | |
testShouldInterpolateOrganizationNameCorrectly | 0.026 | |
testShouldInterpolateDependencyVersionToSetSameAsProjectVersion | 0.029 | |
testShouldNotInterpolateDependencyVersionWithInvalidReference | 0.087 | |
testTwoReferences | 0.027 | |
testBasedir | 0.025 | |
testBaseUri | 0.024 | |
testEnvars | 0.024 | |
testEnvarExpressionThatEvaluatesToNullReturnsTheLiteralString | 0.024 | |
testExpressionThatEvaluatesToNullReturnsTheLiteralString | 0.024 | |
testShouldInterpolateSourceDirectoryReferencedFromResourceDirectoryCorrectly | 0.091 | |
testShouldInterpolateUnprefixedBasedirExpression | 0.024 |
PropertyProfileActivatorTest
testNullSafe | 0.046 | |
testWithNameOnly_UserProperty | 0.028 | |
testWithNameOnly_SystemProperty | 0.026 | |
testWithNegatedNameOnly_UserProperty | 0.045 | |
testWithNegatedNameOnly_SystemProperty | 0.023 | |
testWithValue_UserProperty | 0.03 | |
testWithValue_SystemProperty | 0.026 | |
testWithNegatedValue_UserProperty | 0.022 | |
testWithNegatedValue_SystemProperty | 0.037 | |
testWithValue_UserPropertyDominantOverSystemProperty | 0.025 |
JdkVersionProfileActivatorTest
testNullSafe | 0.024 | |
testPrefix | 0.021 | |
testPrefixNegated | 0.022 | |
testVersionRangeInclusiveBounds | 0.092 | |
testVersionRangeExclusiveBounds | 0.027 | |
testVersionRangeInclusiveLowerBound | 0.031 | |
testVersionRangeExclusiveUpperBound | 0.027 |