Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
255000100%6.768

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.artifact4000100%0.46
org.apache.maven.plugin.assembly.archive15000100%1.445
org.apache.maven.plugin.assembly.archive.task26000100%0.42
org.apache.maven.plugin.assembly.format22000100%2.067
org.apache.maven.plugin.assembly.filter7000100%0.26
org.apache.maven.plugin.assembly.interpolation12000100%0.17
org.apache.maven.plugin.assembly.utils99000100%0.15
org.apache.maven.plugin.assembly.io28000100%0.525
org.apache.maven.plugin.assembly.archive.phase38000100%0.986
org.apache.maven.plugin.assembly.archive.archiver4000100%0.285

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

org.apache.maven.plugin.assembly.artifact

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultDependencyResolverTest4000100%0.46

org.apache.maven.plugin.assembly.archive

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultAssemblyArchiverTest11000100%1.4
ManifestCreationFinalizerTest4000100%0.045

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

ClassTestsErrors FailuresSkippedSuccess RateTime
AddArtifactTaskTest5000100%0.03
AddDependencySetsTaskTest8000100%0.025
AddDirectoryTaskTest4000100%0.06
AddFileSetsTaskTest9000100%0.305

org.apache.maven.plugin.assembly.format

ClassTestsErrors FailuresSkippedSuccess RateTime
FileFormatterTest14000100%1.297
FileSetFormatterTest8000100%0.77

org.apache.maven.plugin.assembly.filter

ClassTestsErrors FailuresSkippedSuccess RateTime
ComponentsXmlArchiverFileFilterTest7000100%0.26

org.apache.maven.plugin.assembly.interpolation

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyExpressionEvaluatorTest5000100%0.155
AssemblyInterpolatorTest7000100%0.015

org.apache.maven.plugin.assembly.utils

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyFileUtilsTest9000100%0.02
AssemblyFormatUtilsTest67000100%0.1
FilterUtilsTest12000100%0.02
ProjectUtilsTest5000100%0.005
TypeConversionUtilsTest6000100%0.005

org.apache.maven.plugin.assembly.io

ClassTestsErrors FailuresSkippedSuccess RateTime
DefaultAssemblyReaderTest24000100%0.525
PrefixedClasspathLocatorStrategyTest4000100%0

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

ClassTestsErrors FailuresSkippedSuccess RateTime
DependencySetAssemblyPhaseTest2000100%0.085
FileItemAssemblyPhaseTest6000100%0.256
FileSetAssemblyPhaseTest2000100%0.08
ModuleSetAssemblyPhaseTest26000100%0.5
RepositoryAssemblyPhaseTest2000100%0.065

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

ClassTestsErrors FailuresSkippedSuccess RateTime
AssemblyProxyArchiverTest4000100%0.285

Test Cases

[Summary] [Package List] [Test Cases]

AssemblyProxyArchiverTest

addFileSet_SkipWhenSourceIsAssemblyWorkDir0.055
addFileSet_addExcludeWhenSourceContainsAssemblyWorkDir0.025
addFile_NoPerms_CallAcceptFilesOnlyOnce0.11
addDirectory_NoPerms_CallAcceptFilesOnlyOnce0.095

DefaultAssemblyArchiverTest

failWhenAssemblyIdIsNull0.495
testCreateArchive0.215
testCreateArchiver_ShouldConfigureArchiver0.14
testCreateArchiver_ShouldCreateTarArchiverWithNoCompression0.08
testCreateArchiver_ShouldCreateWarArchiverWithIgnoreWebxmlSetToFalse0.085
testCreateArchiver_ShouldCreateZipArchiver0.07
testCreateWarArchiver_ShouldDisableIgnoreWebxmlOption0.06
testCreateTarArchiver_ShouldNotInitializeCompression0.07
testCreateTarArchiver_ShouldInitializeGZipCompression0.065
testCreateTarArchiver_ShouldInitializeBZipCompression0.06
testCreateTarArchiver_ShouldFailWithInvalidCompression0.06

ManifestCreationFinalizerTest

testShouldDoNothingWhenArchiveConfigIsNull0
testShouldDoNothingWhenArchiverIsNotJarArchiver0.005
testShouldAddManifestWhenArchiverIsJarArchiver0.03
testShouldAddManifestEntriesWhenArchiverIsJarArchiver0.01

DependencySetAssemblyPhaseTest

testExecute_ShouldAddOneDependencyFromProject0.085
testExecute_ShouldNotAddDependenciesWhenProjectHasNone0

FileItemAssemblyPhaseTest

testExecute_ShouldAddNothingWhenNoFileItemsArePresent0.035
testExecute_ShouldAddAbsoluteFileNoFilterNoLineEndingConversion0.045
testExecute_ShouldAddRelativeFileNoFilterNoLineEndingConversion0.04
testExecute_WithOutputDirectory0.045
testExecute_WithOutputDirectoryAndDestName0.045
testExecute_WithOutputDirectoryAndDestNameAndIncludeBaseDirectoryFalse0.046

FileSetAssemblyPhaseTest

testShouldNotFailWhenNoFileSetsSpecified0.025
testShouldAddOneFileSet0.055

ModuleSetAssemblyPhaseTest

testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchOutputDir0.01
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchInclude0
testIsDeprecatedModuleSourcesConfigPresent_ShouldCatchExclude0
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchFileMode0
testIsDeprecatedModuleSourcesConfigPresent_ShouldNotCatchDirMode0
testCreateFileSet_ShouldUseModuleDirOnlyWhenOutDirIsNull0.03
testCreateFileSet_ShouldPrependModuleDirWhenOutDirIsProvided0.02
testCreateFileSet_ShouldAddExcludesForSubModulesWhenExcludeSubModDirsIsTrue0.025
testExecute_ShouldSkipIfNoModuleSetsFound0
testExecute_ShouldAddOneModuleSetWithOneModuleInIt0.035
testAddModuleBinaries_ShouldReturnImmediatelyWhenBinariesIsNull0
testAddModuleBinaries_ShouldFilterPomModule0.02
testAddModuleBinaries_ShouldAddOneModuleAttachmentArtifactAndNoDeps0.02
testAddModuleBinaries_ShouldFailWhenOneModuleDoesntHaveAttachmentWithMatchingClassifier0.025
testAddModuleBinaries_ShouldAddOneModuleArtifactAndNoDeps0.02
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifact0.05
testAddModuleBinaries_ShouldAddOneModuleArtifactAndWithOneDepArtifactUsingImpliedDepSet0.045
testAddModuleArtifact_ShouldThrowExceptionWhenArtifactFileIsNull0
testAddModuleArtifact_ShouldAddOneArtifact0.025
testAddModuleSourceFileSets_ShouldReturnImmediatelyIfSourcesIsNull0
testAddModuleSourceFileSets_ShouldAddOneSourceDirectory0.045
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsOnlyCurrentProject0.02
testGetModuleProjects_ShouldReturnNothingWhenReactorContainsTwoSiblingProjects0.04
testGetModuleProjects_ShouldReturnModuleOfCurrentProject0.02
testGetModuleProjects_ShouldReturnDescendentModulesOfCurrentProject0.025
testGetModuleProjects_ShouldExcludeModuleAndDescendentsTransitively0.025

RepositoryAssemblyPhaseTest

testExecute_ShouldNotIncludeRepositoryIfNonSpecifiedInAssembly0.03
testExecute_ShouldIncludeOneRepository0.035

AddArtifactTaskTest

testShouldAddArchiveFileWithoutUnpacking0
testShouldAddArchiveFileWithDefaultOutputLocation0.02
testShouldAddArchiveFileWithUnpack0.005
testShouldAddArchiveFileWithUnpackAndModes0
testShouldAddArchiveFileWithUnpackIncludesAndExcludes0.005

AddDependencySetsTaskTest

testAddDependencySet_ShouldInterpolateDefaultOutputFileNameMapping0.005
testAddDependencySet_ShouldNotAddDependenciesWhenProjectHasNone0
testAddDependencySet_ShouldNotAddDependenciesWhenProjectIsStubbed0.005
testAddDependencySet_ShouldAddOneDependencyFromProjectWithoutUnpacking0.005
testAddDependencySet_ShouldAddOneDependencyFromProjectUnpacked0.005
testGetDependencyArtifacts_ShouldGetOneDependencyArtifact0.005
testGetDependencyArtifacts_ShouldFilterOneDependencyArtifactViaInclude0
testGetDependencyArtifacts_ShouldIgnoreTransitivePathFilteringWhenIncludeNotTransitive0

AddDirectoryTaskTest

testAddDirectory_ShouldNotAddDirectoryIfNonExistent0
testAddDirectory_ShouldAddDirectory0.02
testAddDirectory_ShouldAddDirectoryWithDirMode0.02
testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes0.02

AddFileSetsTaskTest

testGetFileSetDirectory_ShouldReturnAbsoluteSourceDir0.04
testGetFileSetDirectory_ShouldReturnBasedir0.04
testGetFileSetDirectory_ShouldReturnDirFromBasedirAndSourceDir0.04
testGetFileSetDirectory_ShouldReturnDirFromArchiveBasedirAndSourceDir0.04
testAddFileSet_ShouldAddDirectory0.02
testAddFileSet_ShouldAddDirectoryUsingSourceDirNameForDestDir0.045
testAddFileSet_ShouldNotAddDirectoryWhenSourceDirNonExistent0.04
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNonExistent0.02
testExecute_ShouldThrowExceptionIfArchiveBasedirProvidedIsNotADirectory0.02

DefaultDependencyResolverTest

test_getDependencySetResolutionRequirements0.23
test_getModuleSetResolutionRequirements0.085
test_getRepositoryResolutionRequirements0.08
test_aggregateRemoteArtifactRepositories0.065

ComponentsXmlArchiverFileFilterTest

testAddComponentsXml_ShouldAddComponentWithoutRoleHint0.005
testAddComponentsXml_ShouldAddComponentWithRoleHint0
testAddComponentsXml_ShouldAddTwoComponentsWithRoleHints0
testAddToArchive_ShouldWriteComponentWithoutHintToFile0.16
testAddToArchive_ShouldWriteComponentWithHintToFile0.01
testAddToArchive_ShouldWriteTwoComponentToFile0.01
testAddToArchive_ShouldWriteTwoComponentToArchivedFile0.075

FileFormatterTest

testTemporaryRootDirectoryNotExist0.09
testShouldNotTransformOneFile0.08
testShouldConvertCRLFLineEndingsInFile0.085
testShouldConvertLFLineEndingsInFile0.08
testShouldFilterProjectExpressionInFile0.09
testShouldFilterExpressionInPropertiesFileWithWindowsEscapes0.085
testShouldFilterExpressionInPropertiesFileWithoutWindowsEscapes0.09
testShouldFilterExpressionFromFiltersFileInFile0.095
testShouldFilterExpressionFromFiltersFileInPropertiesFileWithoutWindowsEscapes0.105
testShouldFilterExpressionFromFiltersFileInNonPropertiesFileWithoutWindowsEscapes0.095
testShouldNotIgnoreFirstWordInDotNotationExpressions0.09
testShouldFilterExpressionsFromTwoFiltersFilesInFile0.095
testShouldOverrideOneFilterValueWithAnotherAndFilterFile0.137
testShouldOverrideProjectValueWithFilterValueAndFilterFile0.08

FileSetFormatterTest

testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsNull0.075
testShouldReturnOriginalUnalteredDirectoryWhenLineEndingIsKeep0.075
testShouldReturnOriginalUnalteredDirectoryWhenIncludedFileSetIsEmpty0.085
testShouldConvertLineEndingsOnTwoFiles0.11
testShouldConvertLineEndingsOnOneFileWithAnotherExplicitlyExcluded0.16
testShouldConvertLineEndingsOnOneExplicitlyIncludedFile0.085
testShouldConvertLineEndingsOnOneFileAndIgnoreFileWithinDefaultExcludedDir0.085
testShouldFilterSeveralFiles0.095

AssemblyExpressionEvaluatorTest

testShouldResolveModelGroupId0
testShouldResolveModelPropertyBeforeModelGroupId0
testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.155
testShouldReturnUnchangedInputForUnresolvedExpression0
testShouldInterpolateMultiDotProjectExpression0

AssemblyInterpolatorTest

testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId0.005
testShouldInterpolateMultiDotProjectExpression0
testDependencySetOutputFileNameMappingsAreNotInterpolated0.005
testDependencySetOutputDirectoryIsNotInterpolated0
testShouldResolveModelGroupIdInAssemblyId0
testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId0.005
testShouldNotTouchUnresolvedExpression0

DefaultAssemblyReaderTest

testIncludeSiteInAssembly_ShouldFailIfSiteDirectoryNonExistent0.01
testIncludeSiteInAssembly_ShouldAddSiteDirFileSetWhenDirExists0.02
testMergeComponentWithAssembly_ShouldAddOneFileSetToExistingListOfTwo0.005
testMergeComponentWithAssembly_ShouldAddOneFileItemToExistingListOfTwo0
testMergeComponentWithAssembly_ShouldAddOneDependencySetToExistingListOfTwo0
testMergeComponentWithAssembly_ShouldAddOneRepositoryToExistingListOfTwo0
testMergeComponentWithAssembly_ShouldAddOneContainerDescriptorHandlerToExistingListOfTwo0.005
testMergeComponentsWithMainAssembly_ShouldAddOneFileSetToAssembly0.045
testReadAssembly_ShouldReadAssemblyWithoutComponentsInterpolationOrSiteDirInclusion0.045
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromAssemblyWithoutComponentsOrInterpolation0.04
testReadAssembly_ShouldReadAssemblyWithSiteDirInclusionFromConfigWithoutComponentsOrInterpolation0.045
testReadAssembly_ShouldReadAssemblyWithComponentWithoutSiteDirInclusionOrInterpolation0.01
testReadAssembly_ShouldReadAssemblyWithComponentInterpolationWithoutSiteDirInclusionOrAssemblyInterpolation0.015
testReadAssembly_ShouldReadAssemblyWithInterpolationWithoutComponentsOrSiteDirInclusion0.02
testGetAssemblyFromDescriptorFile_ShouldReadAssembly0.01
testGetAssemblyForDescriptorReference_ShouldReadBinaryAssemblyRef0.025
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleFile0.03
testReadAssemblies_ShouldFailWhenSingleDescriptorFileMissing0.02
testReadAssemblies_ShouldIgnoreMissingSingleDescriptorFileWhenIgnoreIsConfigured0.02
testReadAssemblies_ShouldGetAssemblyDescriptorFromSingleRef0.025
testReadAssemblies_ShouldGetAssemblyDescriptorFromFileArray0.035
testReadAssemblies_ShouldGetAssemblyDescriptorFromMultipleRefs0.03
testReadAssemblies_ShouldGetAssemblyDescriptorFromDirectory0.035
testReadAssemblies_ShouldGetTwoAssemblyDescriptorsFromDirectoryWithThreeFiles0.035

PrefixedClasspathLocatorStrategyTest

testResolvePrefixWithLeadingSlashAndWithTrailingSlash0
testResolvePrefixWithLeadingSlashAndWithoutTrailingSlash0
testResolvePrefixWithoutLeadingSlashAndWithTrailingSlash0
testResolvePrefixWithoutLeadingSlashAndWithoutTrailingSlash0

AssemblyFileUtilsTest

testUnpack_ShouldSetSourceAndDestinationAndCallExtract0.015
testGetLineEndingChars_ShouldReturnDosLineEnding0
testGetLineEndingChars_ShouldReturnUnixLineEnding0
testGetLineEndingChars_ShouldReturnNullLineEnding0
testGetLineEndingChars_ShouldThrowFormattingExceptionWithInvalidHint0
testConvertLineEndings_ShouldReplaceLFWithCRLF0
testConvertLineEndings_ShouldReplaceCRLFWithLF0.005
testConvertLineEndings_ShouldReplaceLFWithLF0
testConvertLineEndings_ShouldReplaceCRLFWithCRLF0

AssemblyFormatUtilsTest

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

FilterUtilsTest

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

ProjectUtilsTest

testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject0
testGetProjectModules_ShouldNotIncludeMasterProject0.005
testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue0
testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse0
testGetProjectModules_ShouldExcludeNonModuleOfMasterProject0

TypeConversionUtilsTest

testModeToInt_InterpretAsOctalWithoutLeadingZero0
testModeToInt_InterpretValuesWithLeadingZeroAsOctal0
testModeToInt_FailOnInvalidOctalValue0
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0020.005
testVerifyModeSanity_WarnOnNonsensicalOctalValue_0200
testVerifyModeSanity_ReturnTrueForValidOctalValue_7750