Surefire Report

Summary


TestsErrors FailuresSkippedSuccess RateTime
24210099.587%14.397

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

Package List


PackageTestsErrors FailuresSkippedSuccess RateTime
org.apache.maven.plugin.assembly.archive15000100%2.326
org.apache.maven.plugin.assembly.io28000100%0.648
org.apache.maven.plugin.assembly.interpolation12000100%0.198
org.apache.maven.plugin.assembly.archive.archiver4000100%0.249
org.apache.maven.plugin.assembly.format22000100%2.684
org.apache.maven.plugin.assembly.archive.phase38000100%2.399
org.apache.maven.plugin.assembly.filter7000100%0.38
org.apache.maven.plugin.assembly.archive.task26000100%1.064
org.apache.maven.plugin.assembly.utils86000100%3.943
org.apache.maven.plugin.assembly.artifact410075%0.506

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

org.apache.maven.plugin.assembly.archive

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultAssemblyArchiverTest11000100%2.28
ManifestCreationFinalizerTest4000100%0.046

org.apache.maven.plugin.assembly.io

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultAssemblyReaderTest24000100%0.564
PrefixedClasspathLocatorStrategyTest4000100%0.084

org.apache.maven.plugin.assembly.interpolation

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyExpressionEvaluatorTest5000100%0.024
AssemblyInterpolatorTest7000100%0.174

org.apache.maven.plugin.assembly.archive.archiver

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyProxyArchiverTest4000100%0.249

org.apache.maven.plugin.assembly.format

ClassTestsErrors FailuresSkippedSuccess RateTime
FileFormatterTest14000100%1.685
FileSetFormatterTest8000100%0.999

org.apache.maven.plugin.assembly.archive.phase

ClassTestsErrors FailuresSkippedSuccess RateTime
DependencySetAssemblyPhaseTest2000100%0.082
FileItemAssemblyPhaseTest6000100%0.623
FileSetAssemblyPhaseTest2000100%0.148
ModuleSetAssemblyPhaseTest26000100%1.442
RepositoryAssemblyPhaseTest2000100%0.104

org.apache.maven.plugin.assembly.filter

ClassTestsErrors FailuresSkippedSuccess RateTime
ComponentsXmlArchiverFileFilterTest7000100%0.38

org.apache.maven.plugin.assembly.archive.task

ClassTestsErrors FailuresSkippedSuccess RateTime
AddArtifactTaskTest5000100%0.181
AddDependencySetsTaskTest8000100%0.35
AddDirectoryTaskTest4000100%0.068
AddFileSetsTaskTest9000100%0.465

org.apache.maven.plugin.assembly.utils

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyFileUtilsTest9000100%0.048
AssemblyFormatUtilsTest54000100%3.863
FilterUtilsTest12000100%0.018
ProjectUtilsTest5000100%0.01
TypeConversionUtilsTest6000100%0.004

org.apache.maven.plugin.assembly.artifact

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultDependencyResolverTest410075%0.506

Test Cases

AssemblyProxyArchiverTest

addFileSet_SkipWhenSourceIsAssemblyWorkDir0.036
addFileSet_addExcludeWhenSourceContainsAssemblyWorkDir0.024
addFile_NoPerms_CallAcceptFilesOnlyOnce0.006
addDirectory_NoPerms_CallAcceptFilesOnlyOnce0.176

DefaultAssemblyArchiverTest

failWhenAssemblyIdIsNull0.593
testCreateArchive0.344
testCreateArchiver_ShouldConfigureArchiver0.255
testCreateArchiver_ShouldCreateTarArchiverWithNoCompression0.278
testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse0.184
testCreateArchiver_ShouldCreateZipArchiver0.095
testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption0.08
testCreateTarArchiver_ShouldNotInitializeCompression0.121
testCreateTarArchiver_ShouldInitializeGZipCompression0.108
testCreateTarArchiver_ShouldInitializeBZipCompression0.081
testCreateTarArchiver_ShouldFailWithInvalidCompression0.085

ManifestCreationFinalizerTest

testShouldDoNothingWhenArchiveConfigIsNull0.001
testShouldDoNothingWhenArchiverIsNotJarArchiver0.006
testShouldAddManifestWhenArchiverIsJarArchiver0.029
testShouldAddManifestEntriesWhenArchiverIsJarArchiver0.008

DependencySetAssemblyPhaseTest

testExecute_ShouldAddOneDependencyFromProject0.078
testExecute_ShouldNotAddDependenciesWhenProjectHasNone0.001

FileItemAssemblyPhaseTest

testExecute_ShouldAddNothingWhenNoFileItemsArePresent0.024
testExecute_ShouldAddAbsoluteFileNoFilterNoLineEndingConversion0.085
testExecute_ShouldAddRelativeFileNoFilterNoLineEndingConversion0.078
testExecute_WithOutputDirectory0.144
testExecute_WithOutputDirectoryAndDestName0.141
testExecute_WithOutputDirectoryAndDestNameAndIncludeBaseDirectoryFalse0.148

FileSetAssemblyPhaseTest

testShouldNotFailWhenNoFileSetsSpecified0.05
testShouldAddOneFileSet0.085

ModuleSetAssemblyPhaseTest

testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchOutputDir0.006
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchInclude0
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchExclude0
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchFileMode0.001
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchDirMode0
testCreateFileSet_ShouldUseModuleDirOnlyWhenOutDirIsNull0.216
testCreateFileSet_ShouldPrependModuleDirWhenOutDirIsProvided0.069
testCreateFileSet_ShouldAddExcludesForSubModulesWhenExcludeSubModDirsIsTrue0.065
testExecute_ShouldSkipIfNoModuleSetsFound0.007
testExecute_ShouldAddOneModuleSetWithOneModuleInIt0.211
testAddModuleBinaries_ShouldReturnImmediatelyWhenBinariesIsNull0
testAddModuleBinaries_ShouldFilterPomModule0.026
testAddModuleBinaries_ShouldAddOneModuleAttachmentArtifactAndNoDeps0.066
testAddModuleBinaries_ShouldFailWhenOneModuleDoesntHaveAttachmentWithMatchingClassifier0.023
testAddModuleBinaries_ShouldAddOneModuleArtifactAndNoDeps0.066
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifact0.162
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifactUsingImpliedDepSet0.136
testAddModuleArtifact_ShouldThrowExceptionWhenArtifactFileIsNull0.002
testAddModuleArtifact_ShouldAddOneArtifact0.07
testAddModuleSourceFileSets_ShouldReturnImmediatelyIfSourcesIsNull0.001
testAddModuleSourceFileSets_ShouldAddOneSourceDirectory0.119
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsOnlyCurrentProject0.023
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsTwoSiblingProjects0.044
testGetModuleProjects_ShouldReturnModuleOfCurrentProject0.024
testGetModuleProjects_ShouldReturnDescendentModulesOfCurrentProject0.027
testGetModuleProjects_ShouldExcludeModuleAndDescendentsTransitively0.035

RepositoryAssemblyPhaseTest

testExecute_ShouldNotIncludeRepositoryIfNonSpecifiedInAssembly0.032
testExecute_ShouldIncludeOneRepository0.064

AddArtifactTaskTest

testShouldAddArchiveFileWithoutUnpacking0.046
testShouldAddArchiveFileWithDefaultOutputLocation0.062
testShouldAddArchiveFileWithUnpack0.024
testShouldAddArchiveFileWithUnpackAndModes0.023
testShouldAddArchiveFileWithUnpackIncludesAndExcludes0.023

AddDependencySetsTaskTest

testAddDependencySet_ShouldInterpolateDefaultOutputFileNameMapping0.077
testAddDependencySet_ShouldNotAddDependenciesWhenProjectHasNone0.002
testAddDependencySet_ShouldNotAddDependenciesWhenProjectIsStubbed0.089
testAddDependencySet_ShouldAddOneDependencyFromProjectWithoutUnpacking0.116
testAddDependencySet_ShouldAddOneDependencyFromProjectUnpacked0.046
testGetDependencyArtifacts_ShouldGetOneDependencyArtifact0.002
testGetDependencyArtifacts_ShouldFilterOneDependencyArtifactViaInclude0.004
testGetDependencyArtifacts_ShouldIgnoreTransitivePathFilteringWhenIncludeNotTransitive0.002

AddDirectoryTaskTest

testAddDirectory_ShouldNotAddDirectoryIfNonExistent0.001
testAddDirectory_ShouldAddDirectory0.022
testAddDirectory_ShouldAddDirectoryWithDirMode0.021
testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes0.021

AddFileSetsTaskTest

testGetFileSetDirectory_ShouldReturnAbsoluteSourceDir0.046
testGetFileSetDirectory_ShouldReturnBasedir0.042
testGetFileSetDirectory_ShouldReturnDirFromBasedirAndSourceDir0.042
testGetFileSetDirectory_ShouldReturnDirFromArchiveBasedirAndSourceDir0.043
testAddFileSet_ShouldAddDirectory0.074
testAddFileSet_ShouldAddDirectoryUsingSourceDirNameForDestDir0.079
testAddFileSet_ShouldNotAddDirectoryWhenSourceDirNonExistent0.089
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNonExistent0.022
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNotADirectory0.022

DefaultDependencyResolverTest

test_getDependencySetResolutionRequirements0.193
test_getModuleSetResolutionRequirements0.076
test_getRepositoryResolutionRequirements0.098
test_aggregateRemoteArtifactRepositories 0.134
edu/emory/mathcs/backport/java/util/Collections

ComponentsXmlArchiverFileFilterTest

testAddComponentsXml_ShouldAddComponentWithoutRoleHint0.003
testAddComponentsXml_ShouldAddComponentWithRoleHint0
testAddComponentsXml_ShouldAddTwoComponentsWithRoleHints0.001
testAddToArchive_ShouldWriteComponentWithoutHintToFile0.234
testAddToArchive_ShouldWriteComponentWithHintToFile0.005
testAddToArchive_ShouldWriteTwoComponentToFile0.006
testAddToArchive_ShouldWriteTwoComponentToArchivedFile0.121

FileFormatterTest

testTemporaryRootDirectoryNotExist0.127
testShouldNotTransformOneFile0.104
testShouldConvertCRLFLineEndingsInFile0.141
testShouldConvertLFLineEndingsInFile0.117
testShouldFilterProjectExpressionInFile0.127
testShouldFilterExpressionInPropertiesFileWithWindowsEscapes0.097
testShouldFilterExpressionInPropertiesFileWithoutWindowsEscapes0.201
testShouldFilterExpressionFromFiltersFileInFile0.117
testShouldFilterExpressionFromFiltersFileInPropertiesFileWithoutWindowsEscapes0.135
testShouldFilterExpressionFromFiltersFileInNonPropertiesFileWithoutWindowsEscapes0.1
testShouldNotIgnoreFirstWordInDotNotationExpressions0.103
testShouldFilterExpressionsFromTwoFiltersFilesInFile0.101
testShouldOverrideOneFilterValueWithAnotherAndFilterFile0.101
testShouldOverrideProjectValueWithFilterValueAndFilterFile0.105

FileSetFormatterTest

testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsNull0.16
testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsKeep0.095
testShouldReturnOriginalUnalteredDirectoryWhenIncludedFileSetIsEmpty0.108
testShouldConvertLineEndingsOnTwoFiles0.118
testShouldConvertLineEndingsOnOneFileWithAnotherExplicitlyExcluded0.194
testShouldConvertLineEndingsOnOneExplicitlyIncludedFile0.11
testShouldConvertLineEndingsOnOneFileAndIgnoreFileWithinDefaultExcludedDir0.099
testShouldFilterSeveralFiles0.107

AssemblyExpressionEvaluatorTest

testShouldResolveModelGroupId0.001
testShouldResolveModelPropertyBeforeModelGroupId0.001
testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.019
testShouldReturnUnchangedInputForUnresolvedExpression0
testShouldInterpolateMultiDotProjectExpression0.001

AssemblyInterpolatorTest

testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.163
testShouldInterpolateMultiDotProjectExpression0.002
testDependencySetOutputFileNameMappingsAreNotInterpolated0.002
testDependencySetOutputDirectoryIsNotInterpolated0
testShouldResolveModelGroupIdInAssemblyId0
testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId0
testShouldNotTouchUnresolvedExpression0

DefaultAssemblyReaderTest

testIncludeSiteInAssembly_ShouldFailIfSiteDirectoryNonExistent0.008
testIncludeSiteInAssembly_ShouldAddSiteDirFileSetWhenDirExists0.022
testMergeComponentWithAssembly_ShouldAddOneFileSetToExistingListOfTwo0.003
testMergeComponentWithAssembly_ShouldAddOneFileItemToExistingListOfTwo0.001
testMergeComponentWithAssembly_ShouldAddOneDependencySetToExistingListOfTwo0.001
testMergeComponentWithAssembly_ShouldAddOneRepositoryToExistingListOfTwo0.001
testMergeComponentWithAssembly_ShouldAddOneContainerDescriptorHandlerToExistingListOfTwo0.001
testMergeComponentsWithMainAssembly_ShouldAddOneFileSetToAssembly0.049
testReadAssembly_ShouldReadAssemblyWithoutComponentsInterpolationOrSiteDirInclusion0.056
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromAssemblyWithoutComponentsOrInterpolation0.065
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromConfigWithoutComponentsOrInterpolation0.046
testReadAssembly_ShouldReadAssemblyWithComponentWithoutSiteDirInclusionOrInterpolation0.009
testReadAssembly_ShouldReadAssemblyWithComponentInterpolationWithoutSiteDirInclusionOrAssemblyInterpolation0.006
testReadAssembly_ShouldReadAssemblyWithInterpolationWithoutComponentsOrSiteDirInclusion0.023
testGetAssemblyFromDescriptorFile_ShouldReadAssembly0.004
testGetAssemblyForDescriptorReference_ShouldReadBinaryAssemblyRef0.024
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleFile0.027
testReadAssemblies_ShouldFailWhenSingleDescriptorFileMissing0.023
testReadAssemblies_ShouldIgnoreMissingSingleDescriptorFileWhenIgnoreIsConfigured0.023
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleRef0.026
testReadAssemblies_ShouldGetAssemblyDescriptorFromFileArray0.03
testReadAssemblies_ShouldGetAssemblyDescriptorFromMultipleRefs0.029
testReadAssemblies_ShouldGetAssemblyDescriptorFromDirectory0.03
testReadAssemblies_ShouldGetTwoAssemblyDescriptorsFromDirectoryWithThreeFiles0.048

PrefixedClasspathLocatorStrategyTest

testResolvePrefixWithLeadingSlashAndWithTrailingSlash0.021
testResolvePrefixWithLeadingSlashAndWithoutTrailingSlash0
testResolvePrefixWithoutLeadingSlashAndWithTrailingSlash0.001
testResolvePrefixWithoutLeadingSlashAndWithoutTrailingSlash0

AssemblyFileUtilsTest

testUnpack_ShouldSetSourceAndDestinationAndCallExtract0.03
testGetLineEndingChars_ShouldReturnDosLineEnding0.001
testGetLineEndingChars_ShouldReturnUnixLineEnding0
testGetLineEndingChars_ShouldReturnNullLineEnding0
testGetLineEndingChars_ShouldThrowFormattingExceptionWithInvalidHint0.001
testConvertLineEndings_ShouldReplaceLFWithCRLF0.004
testConvertLineEndings_ShouldReplaceCRLFWithLF0.001
testConvertLineEndings_ShouldReplaceLFWithLF0.001
testConvertLineEndings_ShouldReplaceCRLFWithCRLF0.001

AssemblyFormatUtilsTest

testGetDistroName_ShouldUseJustFinalNameWithNoAppendAssemblyIdOrClassifier0.002
testGetDistroName_ShouldUseFinalNamePlusClassifierWhenAppendAssemblyIdIsNull0
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseArtifactInfo0.093
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseArtifactInfo0.061
testGetOutputDir_ShouldResolveVersionInOutDir_UseArtifactInfo0.071
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseArtifactInfo0.061
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseModuleInfo0.079
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseModuleInfo0.085
testGetOutputDir_ShouldResolveVersionInOutDir_UseModuleInfo0.072
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseModuleInfo0.055
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject0.095
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject0.053
testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject0.05
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject0.064
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef0.049
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef0.053
testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef0.056
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject_projectRef0.096
testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions0.067
testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions_CheckWithBackslash0.098
testGetOutputDir_ShouldAppendSlashToOutDirWhenMissingAndIncludeBaseFalseAndNoExpressions0.08
testGetOutputDir_ShouldResolveGroupIdInOutDir0.153
testGetOutputDir_ShouldResolveArtifactIdInOutDir0.14
testGetOutputDir_ShouldResolveVersionInOutDir0.064
testGetOutputDir_ShouldResolveVersionInLargerOutDirExpr0.061
testGetOutputDir_ShouldResolveFinalNameInOutDir0.074
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir0.069
testGetOutputDir_ShouldReturnEmptyPathWhenAllInputIsEmptyAndIncludeBaseFalse0.056
testGetOutputDir_ShouldResolveProjectProperty0.059
testGetOutputDir_ShouldResolveProjectPropertyAltExpr0.085
testEvalFileNameMapping_ShouldResolveArtifactIdAndBaseVersionInOutDir_UseArtifactInfo_WithValidMainProject0.073
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfo0.067
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfo0.084
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfo0.092
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfoAndModulePrefix0.086
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfoAndModulePrefix0.074
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfoAndModulePrefix0.074
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject0.076
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject0.063
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject0.073
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef0.059
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef0.045
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef0.061
testEvalFileNameMapping_ShouldPassExpressionThroughUnchanged0.058
testEvalFileNameMapping_ShouldInsertClassifierAheadOfExtension0.054
testEvalFileNameMapping_ShouldAppendDashClassifierWhenClassifierPresent0.043
testEvalFileNameMapping_ShouldNotAppendDashClassifierWhenClassifierMissing0.061
testEvalFileNameMapping_ShouldResolveGroupId0.045
testEvalFileNameMapping_ShouldResolveArtifactId0.048
testEvalFileNameMapping_ShouldResolveVersion0.169
testEvalFileNameMapping_ShouldResolveExtension0.117
testEvalFileNameMapping_ShouldResolveProjectProperty0.096
testEvalFileNameMapping_ShouldResolveProjectPropertyAltExpr0.065
testEvalFileNameMapping_ShouldResolveSystemPropertyWithoutMainProjectPresent0.052

FilterUtilsTest

testFilterArtifacts_ShouldThrowExceptionUsingStrictModeWithUnmatchedInclude0.002
testFilterArtifacts_ShouldNotRemoveArtifactDirectlyIncluded0.002
testFilterArtifacts_ShouldNotRemoveArtifactTransitivelyIncluded0.001
testFilterArtifacts_ShouldRemoveArtifactTransitivelyExcluded0.001
testFilterArtifacts_ShouldRemoveArtifactDirectlyExcluded0.002
testFilterArtifacts_ShouldNotRemoveArtifactNotIncludedAndNotExcluded0
testFilterArtifacts_ShouldRemoveArtifactExcludedByAdditionalFilter0.001
testFilterProjects_ShouldNotRemoveProjectDirectlyIncluded0.002
testFilterProjects_ShouldNotRemoveProjectTransitivelyIncluded0.001
testFilterProjects_ShouldRemoveProjectTransitivelyExcluded0
testFilterProjects_ShouldRemoveProjectDirectlyExcluded0.001
testFilterProjects_ShouldNotRemoveProjectNotIncludedAndNotExcluded0.001

ProjectUtilsTest

testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject0.002
testGetProjectModules_ShouldNotIncludeMasterProject0
testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue0.002
testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse0.001
testGetProjectModules_ShouldExcludeNonModuleOfMasterProject0.001

TypeConversionUtilsTest

testModeToInt_InterpretAsOctalWithoutLeadingZero0
testModeToInt_InterpretValuesWithLeadingZeroAsOctal0
testModeToInt_FailOnInvalidOctalValue0.001
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0020
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0200.001
testVerifyModeSanity_ReturnTrueForValidOctalValue_7750

Failure Details


test_aggregateRemoteArtifactRepositories
java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/Collections