Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
254000100%5.439

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


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
org.apache.maven.plugin.assembly.archive15000100%0.877
org.apache.maven.plugin.assembly.io28000100%0.426
org.apache.maven.plugin.assembly.interpolation12000100%0.104
org.apache.maven.plugin.assembly.archive.archiver4000100%0.288
org.apache.maven.plugin.assembly.format22000100%1.434
org.apache.maven.plugin.assembly.archive.phase38000100%0.912
org.apache.maven.plugin.assembly.filter7000100%0.144
org.apache.maven.plugin.assembly.archive.task26000100%0.423
org.apache.maven.plugin.assembly.utils98000100%0.612
org.apache.maven.plugin.assembly.artifact4000100%0.219

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%0.839
ManifestCreationFinalizerTest4000100%0.038

org.apache.maven.plugin.assembly.io

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultAssemblyReaderTest24000100%0.424
PrefixedClasspathLocatorStrategyTest4000100%0.002

org.apache.maven.plugin.assembly.interpolation

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyExpressionEvaluatorTest5000100%0.083
AssemblyInterpolatorTest7000100%0.021

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

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyProxyArchiverTest4000100%0.288

org.apache.maven.plugin.assembly.format

ClassTestsErrors FailuresSkippedSuccess RateTime
FileFormatterTest14000100%0.87
FileSetFormatterTest8000100%0.564

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

ClassTestsErrors FailuresSkippedSuccess RateTime
DependencySetAssemblyPhaseTest2000100%0.036
FileItemAssemblyPhaseTest6000100%0.259
FileSetAssemblyPhaseTest2000100%0.07
ModuleSetAssemblyPhaseTest26000100%0.494
RepositoryAssemblyPhaseTest2000100%0.053

org.apache.maven.plugin.assembly.filter

ClassTestsErrors FailuresSkippedSuccess RateTime
ComponentsXmlArchiverFileFilterTest7000100%0.144

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

ClassTestsErrors FailuresSkippedSuccess RateTime
AddArtifactTaskTest5000100%0.019
AddDependencySetsTaskTest8000100%0.012
AddDirectoryTaskTest4000100%0.066
AddFileSetsTaskTest9000100%0.326

org.apache.maven.plugin.assembly.utils

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyFileUtilsTest9000100%0.027
AssemblyFormatUtilsTest66000100%0.574
FilterUtilsTest12000100%0.007
ProjectUtilsTest5000100%0.002
TypeConversionUtilsTest6000100%0.002

org.apache.maven.plugin.assembly.artifact

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultDependencyResolverTest4000100%0.219

Test Cases

[Summary] [Package List] [Test Cases]

AssemblyProxyArchiverTest

addFileSet_SkipWhenSourceIsAssemblyWorkDir0.039
addFileSet_addExcludeWhenSourceContainsAssemblyWorkDir0.024
addFile_NoPerms_CallAcceptFilesOnlyOnce0.074
addDirectory_NoPerms_CallAcceptFilesOnlyOnce0.118

DefaultAssemblyArchiverTest

failWhenAssemblyIdIsNull0.317
testCreateArchive0.14
testCreateArchiver_ShouldConfigureArchiver0.063
testCreateArchiver_ShouldCreateTarArchiverWithNoCompression0.053
testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse0.051
testCreateArchiver_ShouldCreateZipArchiver0.046
testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption0.03
testCreateTarArchiver_ShouldNotInitializeCompression0.033
testCreateTarArchiver_ShouldInitializeGZipCompression0.033
testCreateTarArchiver_ShouldInitializeBZipCompression0.033
testCreateTarArchiver_ShouldFailWithInvalidCompression0.028

ManifestCreationFinalizerTest

testShouldDoNothingWhenArchiveConfigIsNull0.001
testShouldDoNothingWhenArchiverIsNotJarArchiver0.001
testShouldAddManifestWhenArchiverIsJarArchiver0.025
testShouldAddManifestEntriesWhenArchiverIsJarArchiver0.006

DependencySetAssemblyPhaseTest

testExecute_ShouldAddOneDependencyFromProject0.034
testExecute_ShouldNotAddDependenciesWhenProjectHasNone0.001

FileItemAssemblyPhaseTest

testExecute_ShouldAddNothingWhenNoFileItemsArePresent0.026
testExecute_ShouldAddAbsoluteFileNoFilterNoLineEndingConversion0.046
testExecute_ShouldAddRelativeFileNoFilterNoLineEndingConversion0.045
testExecute_WithOutputDirectory0.047
testExecute_WithOutputDirectoryAndDestName0.046
testExecute_WithOutputDirectoryAndDestNameAndIncludeBaseDirectoryFalse0.048

FileSetAssemblyPhaseTest

testShouldNotFailWhenNoFileSetsSpecified0.022
testShouldAddOneFileSet0.046

ModuleSetAssemblyPhaseTest

testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchOutputDir0.002
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchInclude0.001
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchExclude0
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchFileMode0
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchDirMode0
testCreateFileSet_ShouldUseModuleDirOnlyWhenOutDirIsNull0.023
testCreateFileSet_ShouldPrependModuleDirWhenOutDirIsProvided0.024
testCreateFileSet_ShouldAddExcludesForSubModulesWhenExcludeSubModDirsIsTrue0.022
testExecute_ShouldSkipIfNoModuleSetsFound0
testExecute_ShouldAddOneModuleSetWithOneModuleInIt0.026
testAddModuleBinaries_ShouldReturnImmediatelyWhenBinariesIsNull0
testAddModuleBinaries_ShouldFilterPomModule0.022
testAddModuleBinaries_ShouldAddOneModuleAttachmentArtifactAndNoDeps0.024
testAddModuleBinaries_ShouldFailWhenOneModuleDoesntHaveAttachmentWithMatchingClassifier0.022
testAddModuleBinaries_ShouldAddOneModuleArtifactAndNoDeps0.024
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifact0.046
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifactUsingImpliedDepSet0.047
testAddModuleArtifact_ShouldThrowExceptionWhenArtifactFileIsNull0
testAddModuleArtifact_ShouldAddOneArtifact0.023
testAddModuleSourceFileSets_ShouldReturnImmediatelyIfSourcesIsNull0
testAddModuleSourceFileSets_ShouldAddOneSourceDirectory0.045
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsOnlyCurrentProject0.022
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsTwoSiblingProjects0.044
testGetModuleProjects_ShouldReturnModuleOfCurrentProject0.022
testGetModuleProjects_ShouldReturnDescendentModulesOfCurrentProject0.023
testGetModuleProjects_ShouldExcludeModuleAndDescendentsTransitively0.025

RepositoryAssemblyPhaseTest

testExecute_ShouldNotIncludeRepositoryIfNonSpecifiedInAssembly0.025
testExecute_ShouldIncludeOneRepository0.025

AddArtifactTaskTest

testShouldAddArchiveFileWithoutUnpacking0.002
testShouldAddArchiveFileWithDefaultOutputLocation0.012
testShouldAddArchiveFileWithUnpack0.001
testShouldAddArchiveFileWithUnpackAndModes0.001
testShouldAddArchiveFileWithUnpackIncludesAndExcludes0.002

AddDependencySetsTaskTest

testAddDependencySet_ShouldInterpolateDefaultOutputFileNameMapping0.002
testAddDependencySet_ShouldNotAddDependenciesWhenProjectHasNone0.001
testAddDependencySet_ShouldNotAddDependenciesWhenProjectIsStubbed0.002
testAddDependencySet_ShouldAddOneDependencyFromProjectWithoutUnpacking0.002
testAddDependencySet_ShouldAddOneDependencyFromProjectUnpacked0.001
testGetDependencyArtifacts_ShouldGetOneDependencyArtifact0.001
testGetDependencyArtifacts_ShouldFilterOneDependencyArtifactViaInclude0.001
testGetDependencyArtifacts_ShouldIgnoreTransitivePathFilteringWhenIncludeNotTransitive0.001

AddDirectoryTaskTest

testAddDirectory_ShouldNotAddDirectoryIfNonExistent0
testAddDirectory_ShouldAddDirectory0.022
testAddDirectory_ShouldAddDirectoryWithDirMode0.022
testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes0.021

AddFileSetsTaskTest

testGetFileSetDirectory_ShouldReturnAbsoluteSourceDir0.042
testGetFileSetDirectory_ShouldReturnBasedir0.042
testGetFileSetDirectory_ShouldReturnDirFromBasedirAndSourceDir0.043
testGetFileSetDirectory_ShouldReturnDirFromArchiveBasedirAndSourceDir0.043
testAddFileSet_ShouldAddDirectory0.023
testAddFileSet_ShouldAddDirectoryUsingSourceDirNameForDestDir0.043
testAddFileSet_ShouldNotAddDirectoryWhenSourceDirNonExistent0.044
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNonExistent0.022
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNotADirectory0.022

DefaultDependencyResolverTest

test_getDependencySetResolutionRequirements0.1
test_getModuleSetResolutionRequirements0.041
test_getRepositoryResolutionRequirements0.038
test_aggregateRemoteArtifactRepositories0.038

ComponentsXmlArchiverFileFilterTest

testAddComponentsXml_ShouldAddComponentWithoutRoleHint0.001
testAddComponentsXml_ShouldAddComponentWithRoleHint0.001
testAddComponentsXml_ShouldAddTwoComponentsWithRoleHints0
testAddToArchive_ShouldWriteComponentWithoutHintToFile0.083
testAddToArchive_ShouldWriteComponentWithHintToFile0.003
testAddToArchive_ShouldWriteTwoComponentToFile0.005
testAddToArchive_ShouldWriteTwoComponentToArchivedFile0.047

FileFormatterTest

testTemporaryRootDirectoryNotExist0.075
testShouldNotTransformOneFile0.056
testShouldConvertCRLFLineEndingsInFile0.057
testShouldConvertLFLineEndingsInFile0.056
testShouldFilterProjectExpressionInFile0.066
testShouldFilterExpressionInPropertiesFileWithWindowsEscapes0.064
testShouldFilterExpressionInPropertiesFileWithoutWindowsEscapes0.063
testShouldFilterExpressionFromFiltersFileInFile0.056
testShouldFilterExpressionFromFiltersFileInPropertiesFileWithoutWindowsEscapes0.066
testShouldFilterExpressionFromFiltersFileInNonPropertiesFileWithoutWindowsEscapes0.076
testShouldNotIgnoreFirstWordInDotNotationExpressions0.057
testShouldFilterExpressionsFromTwoFiltersFilesInFile0.058
testShouldOverrideOneFilterValueWithAnotherAndFilterFile0.06
testShouldOverrideProjectValueWithFilterValueAndFilterFile0.057

FileSetFormatterTest

testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsNull0.054
testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsKeep0.048
testShouldReturnOriginalUnalteredDirectoryWhenIncludedFileSetIsEmpty0.088
testShouldConvertLineEndingsOnTwoFiles0.107
testShouldConvertLineEndingsOnOneFileWithAnotherExplicitlyExcluded0.088
testShouldConvertLineEndingsOnOneExplicitlyIncludedFile0.058
testShouldConvertLineEndingsOnOneFileAndIgnoreFileWithinDefaultExcludedDir0.061
testShouldFilterSeveralFiles0.057

AssemblyExpressionEvaluatorTest

testShouldResolveModelGroupId0
testShouldResolveModelPropertyBeforeModelGroupId0.001
testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.08
testShouldReturnUnchangedInputForUnresolvedExpression0
testShouldInterpolateMultiDotProjectExpression0

AssemblyInterpolatorTest

testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.019
testShouldInterpolateMultiDotProjectExpression0
testDependencySetOutputFileNameMappingsAreNotInterpolated0.001
testDependencySetOutputDirectoryIsNotInterpolated0
testShouldResolveModelGroupIdInAssemblyId0
testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId0
testShouldNotTouchUnresolvedExpression0

DefaultAssemblyReaderTest

testIncludeSiteInAssembly_ShouldFailIfSiteDirectoryNonExistent0.003
testIncludeSiteInAssembly_ShouldAddSiteDirFileSetWhenDirExists0.022
testMergeComponentWithAssembly_ShouldAddOneFileSetToExistingListOfTwo0.002
testMergeComponentWithAssembly_ShouldAddOneFileItemToExistingListOfTwo0
testMergeComponentWithAssembly_ShouldAddOneDependencySetToExistingListOfTwo0
testMergeComponentWithAssembly_ShouldAddOneRepositoryToExistingListOfTwo0.001
testMergeComponentWithAssembly_ShouldAddOneContainerDescriptorHandlerToExistingListOfTwo0
testMergeComponentsWithMainAssembly_ShouldAddOneFileSetToAssembly0.017
testReadAssembly_ShouldReadAssemblyWithoutComponentsInterpolationOrSiteDirInclusion0.032
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromAssemblyWithoutComponentsOrInterpolation0.044
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromConfigWithoutComponentsOrInterpolation0.043
testReadAssembly_ShouldReadAssemblyWithComponentWithoutSiteDirInclusionOrInterpolation0.002
testReadAssembly_ShouldReadAssemblyWithComponentInterpolationWithoutSiteDirInclusionOrAssemblyInterpolation0.003
testReadAssembly_ShouldReadAssemblyWithInterpolationWithoutComponentsOrSiteDirInclusion0.023
testGetAssemblyFromDescriptorFile_ShouldReadAssembly0.002
testGetAssemblyForDescriptorReference_ShouldReadBinaryAssemblyRef0.023
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleFile0.024
testReadAssemblies_ShouldFailWhenSingleDescriptorFileMissing0.022
testReadAssemblies_ShouldIgnoreMissingSingleDescriptorFileWhenIgnoreIsConfigured0.022
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleRef0.024
testReadAssemblies_ShouldGetAssemblyDescriptorFromFileArray0.035
testReadAssemblies_ShouldGetAssemblyDescriptorFromMultipleRefs0.024
testReadAssemblies_ShouldGetAssemblyDescriptorFromDirectory0.024
testReadAssemblies_ShouldGetTwoAssemblyDescriptorsFromDirectoryWithThreeFiles0.026

PrefixedClasspathLocatorStrategyTest

testResolvePrefixWithLeadingSlashAndWithTrailingSlash0.001
testResolvePrefixWithLeadingSlashAndWithoutTrailingSlash0
testResolvePrefixWithoutLeadingSlashAndWithTrailingSlash0.001
testResolvePrefixWithoutLeadingSlashAndWithoutTrailingSlash0

AssemblyFileUtilsTest

testUnpack_ShouldSetSourceAndDestinationAndCallExtract0.023
testGetLineEndingChars_ShouldReturnDosLineEnding0
testGetLineEndingChars_ShouldReturnUnixLineEnding0
testGetLineEndingChars_ShouldReturnNullLineEnding0
testGetLineEndingChars_ShouldThrowFormattingExceptionWithInvalidHint0
testConvertLineEndings_ShouldReplaceLFWithCRLF0.001
testConvertLineEndings_ShouldReplaceCRLFWithLF0
testConvertLineEndings_ShouldReplaceLFWithLF0
testConvertLineEndings_ShouldReplaceCRLFWithCRLF0.001

AssemblyFormatUtilsTest

testFixRelativePathRefs_ShouldRemoveRelativeRefToCurrentDir0.001
testFixRelativePathRefs_ShouldRemoveEmbeddedSameDirRef0
testFixRelativePathRefs_ShouldRemoveEmbeddedParentDirRef0
testFixRelativePathRefs_ShouldTruncateRelativeRefToParentDir0
testGetDistroName_ShouldUseJustFinalNameWithNoAppendAssemblyIdOrClassifier0.001
testGetDistroName_ShouldUseFinalNamePlusClassifierWhenAppendAssemblyIdIsNull0
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseArtifactInfo0.017
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseArtifactInfo0.014
testGetOutputDir_ShouldResolveVersionInOutDir_UseArtifactInfo0.012
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseArtifactInfo0.012
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseModuleInfo0.011
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseModuleInfo0.011
testGetOutputDir_ShouldResolveVersionInOutDir_UseModuleInfo0.012
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseModuleInfo0.011
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject0.011
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject0.01
testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject0.011
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject0.011
testGetOutputDir_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef0.013
testGetOutputDir_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef0.011
testGetOutputDir_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef0.01
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir_UseExplicitMainProject_projectRef0.01
testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions0.012
testGetOutputDir_ShouldNotAlterOutDirWhenIncludeBaseFalseAndNoExpressions_CheckWithBackslash0.011
testGetOutputDir_ShouldAppendSlashToOutDirWhenMissingAndIncludeBaseFalseAndNoExpressions0.011
testGetOutputDir_ShouldResolveGroupIdInOutDir0.01
testGetOutputDir_ShouldResolveArtifactIdInOutDir0.01
testGetOutputDir_ShouldResolveVersionInOutDir0.01
testGetOutputDir_ShouldResolveVersionInLargerOutDirExpr0.009
testGetOutputDir_ShouldResolveFinalNameInOutDir0.009
testGetOutputDir_ShouldResolveBuildFinalNameInOutDir0.01
testGetOutputDir_ShouldReturnEmptyPathWhenAllInputIsEmptyAndIncludeBaseFalse0.009
testGetOutputDir_ShouldRemoveRelativeRefToCurrentDir0.011
testGetOutputDir_ShouldRemoveEmbeddedSameDirRef0.009
testGetOutputDir_ShouldRemoveEmbeddedParentDirRef0.009
testGetOutputDir_ShouldTruncateRelativeRefToParentDir0.009
testGetOutputDir_ShouldResolveProjectProperty0.008
testGetOutputDir_ShouldResolveProjectPropertyAltExpr0.009
testEvalFileNameMapping_ShouldResolveArtifactIdAndBaseVersionInOutDir_UseArtifactInfo_WithValidMainProject0.009
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfo0.008
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfo0.009
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfo0.009
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseArtifactInfoAndModulePrefix0.008
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseArtifactInfoAndModulePrefix0.008
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseArtifactInfoAndModulePrefix0.008
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject0.008
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject0.01
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject0.01
testEvalFileNameMapping_ShouldResolveGroupIdInOutDir_UseExplicitMainProject_projectRef0.008
testEvalFileNameMapping_ShouldResolveArtifactIdInOutDir_UseExplicitMainProject_projectRef0.008
testEvalFileNameMapping_ShouldResolveVersionInOutDir_UseExplicitMainProject_projectRef0.007
testEvalFileNameMapping_ShouldRemoveRelativeRefToCurrentDir0.007
testEvalFileNameMapping_ShouldRemoveEmbeddedSameDirRef0.007
testEvalFileNameMapping_ShouldRemoveEmbeddedParentDirRef0.008
testEvalFileNameMapping_ShouldTruncateRelativeRefToParentDir0.007
testEvalFileNameMapping_ShouldPassExpressionThroughUnchanged0.008
testEvalFileNameMapping_ShouldInsertClassifierAheadOfExtension0.009
testEvalFileNameMapping_ShouldAppendDashClassifierWhenClassifierPresent0.008
testEvalFileNameMapping_ShouldNotAppendDashClassifierWhenClassifierMissing0.007
testEvalFileNameMapping_ShouldResolveGroupId0.007
testEvalFileNameMapping_ShouldResolveArtifactId0.009
testEvalFileNameMapping_ShouldResolveVersion0.007
testEvalFileNameMapping_ShouldResolveExtension0.008
testEvalFileNameMapping_ShouldResolveProjectProperty0.007
testEvalFileNameMapping_ShouldResolveProjectPropertyAltExpr0.006
testEvalFileNameMapping_ShouldResolveSystemPropertyWithoutMainProjectPresent0.007

FilterUtilsTest

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

ProjectUtilsTest

testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject0.001
testGetProjectModules_ShouldNotIncludeMasterProject0
testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue0.001
testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse0
testGetProjectModules_ShouldExcludeNonModuleOfMasterProject0

TypeConversionUtilsTest

testModeToInt_InterpretAsOctalWithoutLeadingZero0
testModeToInt_InterpretValuesWithLeadingZeroAsOctal0
testModeToInt_FailOnInvalidOctalValue0
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0020.001
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0200
testVerifyModeSanity_ReturnTrueForValidOctalValue_7750