Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
758 0 0 31 95.91% 11.236

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.shared.utils.cli 11 0 0 0 100% 1.27
org.apache.maven.shared.utils.introspection 15 0 0 0 100% 0.22
org.apache.maven.shared.utils.logging 10 0 0 0 100% 0.739
org.apache.maven.shared.utils.xml.pull 15 0 0 0 100% 0.234
org.apache.maven.shared.utils.io 469 0 0 30 93.603% 5.498
org.apache.maven.shared.utils.xml 28 0 0 0 100% 0.584
org.apache.maven.shared.utils.cli.shell 8 0 0 0 100% 0.14
org.apache.maven.shared.utils 202 0 0 1 99.505% 2.551

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

org.apache.maven.shared.utils.cli

Class Tests Errors Failures Skipped Success Rate Time
CommandLineUtilsTest 11 0 0 0 100% 1.27

org.apache.maven.shared.utils.introspection

Class Tests Errors Failures Skipped Success Rate Time
ReflectionValueExtractorTest 15 0 0 0 100% 0.22

org.apache.maven.shared.utils.logging

Class Tests Errors Failures Skipped Success Rate Time
AnsiMessageBuilderTest 9 0 0 0 100% 0.185
MessageUtilsTest 1 0 0 0 100% 0.554

org.apache.maven.shared.utils.xml.pull

Class Tests Errors Failures Skipped Success Rate Time
Xpp3DomTest 15 0 0 0 100% 0.234

org.apache.maven.shared.utils.io

Class Tests Errors Failures Skipped Success Rate Time
DirectoryScannerTest 8 0 0 3 62.5% 0.718
FileUtilsTest 102 0 0 27 73.529% 3.698
IOUtilTest 353 0 0 0 100% 0.622
MatchPatternsTest 1 0 0 0 100% 0.157
MatchPatternTest 1 0 0 0 100% 0.151
SelectorUtilsTest 4 0 0 0 100% 0.152

org.apache.maven.shared.utils.xml

Class Tests Errors Failures Skipped Success Rate Time
PrettyPrintXmlWriterTest 7 0 0 0 100% 0.172
XmlWriterUtilTest 16 0 0 0 100% 0.133
Xpp3DomBuilderTest 5 0 0 0 100% 0.279

org.apache.maven.shared.utils.cli.shell

Class Tests Errors Failures Skipped Success Rate Time
BourneShellTest 8 0 0 0 100% 0.14

org.apache.maven.shared.utils

Class Tests Errors Failures Skipped Success Rate Time
CaseTest 2 0 0 0 100% 0.235
OsTest 8 0 0 0 100% 0.173
PathToolTest 4 0 0 1 75% 0.506
PropertyUtilsTest 13 0 0 0 100% 1.149
StringUtilsTest 162 0 0 0 100% 0.343
XmlStreamReaderTest 13 0 0 0 100% 0.145

Test Cases

[Summary] [Package List] [Test Cases]

CaseTest

testTurkishI 0.047
testAsciiAvailableLocales 0.051

CommandLineUtilsTest

givenASingleQuoteMarkInArgument_whenTranslatingToCmdLineArgs_thenTheQuotationMarkIsNotEscaped 0.011
givenAnEscapedDoubleQuoteMarkInArgument_whenTranslatingToCmdLineArgs_thenTheQuotationMarkRemainsEscaped 0.001
givenASingleQuoteMarkInArgument_whenExecutingCode_thenNoExceptionIsThrown 0.036
testGetSystemEnvVarsCaseInsensitive 0.002
givenADoubleQuoteMarkInArgument_whenExecutingCode_thenCommandLineExceptionIsThrown 0.001
testGetSystemEnvVarsWindows 0.001
givenAnEscapedDoubleQuoteMarkInArgument_whenTranslatingToCmdLineArgs_thenNoExceptionIsThrown 0.032
givenASingleQuoteMarkInArgument_whenExecutingCode_thenExitCode0Returned 1.04
givenAnEscapedSingleQuoteMarkInArgument_whenTranslatingToCmdLineArgs_thenTheQuotationMarkRemainsEscaped 0.001
testTranslateCommandline 0.001
testEnsureCaseSensitivity 0.001

BourneShellTest

testArgumentsWithSemicolon 0.028
testBourneShellQuotingCharacters 0.001
testAddSingleQuotesOnArgumentWithSpaces 0.003
testPreserveSingleQuotesOnArgument 0.001
testQuoteWorkingDirectoryAndExecutable_WDPathWithSingleQuotes 0
testAddArgumentWithSingleQuote 0
testQuoteWorkingDirectoryAndExecutable_WDPathWithSingleQuotes_BackslashFileSep 0
testQuoteWorkingDirectoryAndExecutable 0.001

ReflectionValueExtractorTest

testArtifactMap 0.03
testMappedMissingDot 0.002
testIndexedMapped 0.003
testBadMappedSyntax 0.001
testMappedIndexed 0.001
testMappedDottedKey 0.001
testBadIndexedSyntax 0.002
testIndexedMissingDot 0.001
testIllegalIndexedType 0.002
testValueExtractorWithAInvalidExpression 0.001
testTrimRootToken 0.001
testDotDot 0.001
testIllegalMappedType 0.001
testRootPropertyRegression 0.095
testValueExtraction 0.002

DirectoryScannerTest

testSimpleScan 0.364
followSymlinks 0
got: <true>, expected: is <false>
checkSymlinkBehaviour 0.01
performanceTest 0
Enable this test to run performance checks
testScanDiff 0.058
testSimpleIncludes 0.047
followSymlinksFalse 0
got: <true>, expected: is <false>
testSimpleExcludes 0.044

FileUtilsTest

filenameUnixRootPathOnWindows 0.342
notASymbolicLink 0
Wait until we can run with assembly 2.5 which will support symlinks properly
deleteQuietlyDir 0.038
writeStringToFile1 0.051
writeStringToFile2 0.033
createAndReadSymlink 0
got: <true>, expected: is <false>
extensionWindowsNonRootPathOnUnix 0
got: "\\", expected: is "/"
writeCharSequence1 0.032
writeCharSequence2 0.036
isASymbolicLink 0
Wait until we can run with assembly 2.5 which will support symlinks properly
filenameUnixNonRootPathOnWindows 0.035
extensionWindowsRootPathOnWindows 0.031
copyFileWithNoFiltersAndNewerDestination 0.046
filenameUnixRootPathOnUnix 0
got: "\\", expected: is "/"
filenameEmpty 0.026
deleteQuietlyNonExistent 0.028
fileUtils 0.037
extensionFileNameNoExtension 0.03
extensionWindowsRootPathOnUnix 0
got: "\\", expected: is "/"
blowUpOnFilenameNull 0.027
toFile1 0.03
toFile2 0.034
toFile3 0.03
toFile4 0.028
toFile5 0.025
blowUpOnNullExtension 0.028
toURLs1 0.03
readLines 0
Commons test case that is failing for plexus
copyDirectoryErrors 0
Commons test case that is failing for plexus
copyDirectoryToNonExistingDest 0
Commons test case that is failing for plexus
dirnameUnixNonRootPathOnUnix 0
got: "\\", expected: is "/"
dirnameUnixRootPathOnWindows 0.029
getDefaultExcludesAsList 0.041
blowUpOnNull 0.033
writeStringArrayToFileWithEncoding 0.039
copyToSelf 0
Commons test case that is failing for plexus
getDefaultExcludes 0.034
toFileUtf8 0.033
contentEquals 0.076
extensionUnixRootPathOnUnix 0
got: "\\", expected: is "/"
copyDirectoryToDirectory_NonExistingDest 0
Commons test case that is failing for plexus
extensionFileName 0.033
copyFileWithFilteringAndOutdatedDestination 0.104
fileReadWithEncoding 0.04
filenameWindowsNonRootPathOnUnix 0
got: "\\", expected: is "/"
nlowUpOnDirnameNull 0.034
filenameWindowsRootPathOnWindows 0.027
deleteQuietlyFile 0.031
copyFileWithPermissions 0.041
filenameWindowsRootPathOnUnix 0
got: "\\", expected: is "/"
copyDirectoryToChild 0
Commons test case that is failing for plexus
copyDirectoryToItself 0.045
filenameWindowsNonRootPathOnWindows 0.027
copyURLToFile 0.035
copyFileWithNoFiltersAndOutdatedDestination 0.041
extensionEmpty 0.028
copyDirectoryToExistingDest 0
Commons test case that is failing for plexus
deleteFileLegacy 0.033
dirnameUnixNonRootPathOnWindows 0.027
forceMkdir 0.034
dirnameFilename 0.025
deleteFileNofile 0.028
writeStringToFileWithEncoding_WithAppendOptionTrue_ShouldNotDeletePreviousFileLines 0.049
writeStringArrayToFile 0.032
copyFileWithFilteringAndNewerDestinationButForcedOverwrite 0.039
createSymbolicLinkWithDifferentTargetOverwritesSymlink 0
got: <true>, expected: is <false>
copyFileWithFilteringAndNoDestination 0.066
forceDeleteAFile1 0.03
forceDeleteAFile2 0.031
forceDeleteAFile3 0
Commons test case that is failing for plexus
dirnameEmpty 0.028
dirnameUnixRootPathOnUnix 0
got: "\\", expected: is "/"
copyFileWithNoFiltersAndNoDestination 0.042
copyFile1ToDir 0
Commons test case that is failing for plexus
copyFile2ToDir 0.04
forceDeleteDir 0.032
dirnameWindowsRootPathOnUnix 0
got: "\\", expected: is "/"
filenameFilename 0.028
copyFileThatIsSymlink 0
got: <true>, expected: is <false>
fileReadWithDefaultEncoding 0.04
sizeOfDirectory 0.034
dirnameWindowsNonRootPathOnWindows 0.031
copyDirectoryToGrandChild 0
Commons test case that is failing for plexus
extensionWindowsNonRootPathOnWindows 0.029
write_WithAppendOptionTrue_ShouldNotDeletePreviousFileLines 0.036
copyFileWithFilteringButNoFilters 0.047
extensionUnixNonRootPathOnUnix 0
got: "\\", expected: is "/"
extensionUnixRootPathOnWindows 0.033
dirnameWindowsNonRootPathOnUnix 0
got: "\\", expected: is "/"
copyFileWithFilteringAndNewerDestinationAndMatchingContent 0.075
dirnameWindowsRootPathOnWindows 0.031
extensionUnixNonRootPathOnWindows 0.027
copyFile1 0.038
copyFile2 0.038
copyFileWithNoFiltersAndNewerDestinationButForcedOverwrite 0.046
writeWithEncoding_WithAppendOptionTrue_ShouldNotDeletePreviousFileLines 0.039
getDefaultExcludesAsString 0.028
copyFileWithFilteringAndNewerDestinationButModifiedContent 0.064
deleteFileLegacyNofile 0.026
deleteFile 0.033
writeStringToFile_WithAppendOptionTrue_ShouldNotDeletePreviousFileLines 0.035
filenameUnixNonRootPathOnUnix 0
got: "\\", expected: is "/"

IOUtilTest

copyNullStringNullOutputStreamNegBufSz 0.013
copyByteArrayValidOutputStreamPosBufSz 0.019
copyNullByteArrayNullWriterValidEncodingZeroBufSz 0.002
copyNullInputStreamNullOutputStreamPosBufSz 0.001
copyNullReaderNullOutputStreamZeroBufSz 0.002
copyEmptyInputStreamNullWriterNullEncoding 0
copyByteArrayValidWriterJunkEncoding 0.017
toStringNullInputStreamJunkEncodingNegBufSz 0.002
closeInputStreamWithIOE 0.001
copyEmptyByteArrayNullWriterPosBufSz 0.001
copyEmptyByteArrayValidWriterPosBufSz 0
copyNullReaderNullWriterPosBufSz 0
toStringNullByteArrayPosBufSz 0.001
copyNullReaderNullOutputStreamPosBufSz 0
toStringInputStreamJunkEncodingZeroBufSz 0.002
copyByteArrayValidOutputStreamNegBufSz 0.001
copyNullInputStreamNullOutputStreamNegBufSz 0
copyNullByteArrayValidWriterNullEncoding 0.001
toStringEmptyInputStreamPosBufSz 0
copyNullByteArrayNullWriterValidEncoding 0
toStringNullByteArrayJunkEncoding 0.001
copyNullReaderNullOutputStream 0
copyEmptyInputStreamNullWriterNullEncodingZeroBufSz 0.002
copyEmptyByteArrayNullWriterNegBufSz 0.001
copyEmptyByteArrayValidWriterNegBufSz 0
copyByteArrayValidOutputStreamZeroBufSz 0.002
copyNullReaderNullWriterNegBufSz 0.001
toStringNullByteArrayNegBufSz 0
closeReaderCloses 0.001
copyNullReaderNullOutputStreamNegBufSz 0.001
copyNullInputStreamValidWriterJunkEncoding 0
copyByteArrayNullEncoding 0.001
copyEmptyInputStreamValidWriterNullEncodingZeroBufSz 0.002
copyEmptyReaderValidWriterPosBufSz 0
toStringEmptyInputStreamNegBufSz 0.001
copyEmptyByteArrayValidWriterNullEncoding 0.001
toStringByteArrayPosBufSz 0
copyEmptyByteArrayNullWriterValidEncoding 0.001
copyStringValidOutputStreamPosBufSz 0
copyReaderNullWriter 0
copyNullByteArrayNullWriterValidEncodingNegBufSz 0
closeOutputStreamWithNull 0
copyNullInputStreamValidOutputStreamZeroBufSz 0.002
copyEmptyByteArrayNullWriterJunkEncodingZeroBufSz 0.003
copyEmptyInputStreamValidWriterJunkEncoding 0.001
copyByteArrayNullWriterNegBufSz 0
copyNullByteArrayNullWriterJunkEncodingNegBufSz 0.001
copyEmptyReaderValidWriterNegBufSz 0
contentEqualNonEmptyNonEmpty 0
toStringEmptyInputStreamNullEncoding 0.001
copyInputStreamNullWriterJunkEncodingZeroBufSz 0.003
toStringEmptyByteArrayNullEncodingZeroBufSz 0.001
copyEmptyByteArrayNullOutputStreamPosBufSz 0.002
copyByteArrayValidWriterJunkEncodingNegBufSz 0.001
toStringByteArrayValidEncoding 0.002
toStringByteArrayNegBufSz 0
copyNullInputStreamNullOutputStreamZeroBufSz 0.002
copyByteArrayNullWriterNullEncodingNegBufSz 0
toStringByteArrayJunkEncodingNegBufSz 0.001
copyStringValidOutputStreamNegBufSz 0
copyNullByteArrayNullWriterJunkEncoding 0
toStringFromReaderPosBufSz 0.001
copyNullReaderValidWriterZeroBufSz 0.002
copyNullStringNullOutputStream 0
copyInputStreamValidWriter 0
copyEmptyInputStreamNullWriterPosBufSz 0.001
copyNullByteArrayValidWriterNullEncodingNegBufSz 0
copyNullByteArrayValidWriterValidEncoding 0
copyEmptyByteArrayNullOutputStreamNegBufSz 0
copyNullInputStreamValidWriterJunkEncodingNegBufSz 0
copyNullByteArrayValidWriterNullEncodingZeroBufSz 0.002
copyEmptyStringNullOutputStreamZeroBufSz 0.001
copyNullReaderValidOutputStreamPosBufSz 0
copyNullReaderNullWriter 0
closeOutputStreamWithIOE 0
copyInputStreamNullWriter 0.001
toStringNullInputStreamJunkEncoding 0
copyInputStreamNullWriterJunkEncoding 0.001
copyEmptyInputStreamNullWriterNullEncodingNegBufSz 0
toStringFromReaderNegBufSz 0
copyNullByteArrayNullWriterPosBufSz 0
copyNullByteArrayNullOutputStreamZeroBufSz 0.001
copyEmptyInputStreamNullWriterNegBufSz 0.001
toStringEmptyInputStreamJunkEncodingZeroBufSz 0.002
copyNullByteArrayValidOutputStreamZeroBufSz 0.002
toStringNullInputStreamJunkEncodingZeroBufSz 0.002
copyEmptyInputStreamNullWriterJunkEncoding 0.001
copyNullReaderValidOutputStream 0
contentEqualLargeDifferent 0.003
copyByteArrayNullWriterNullEncodingZeroBufSz 0.002
copyNullReaderValidWriterPosBufSz 0.001
copyNullReaderValidOutputStreamNegBufSz 0
copyNullInputStreamNullWriterJunkEncodingNegBufSz 0.001
contentEqualEmptyNonEmpty 0
copyEmptyReaderValidOutputStream 0
copyNullByteArrayValidWriterZeroBufSz 0.002
copyInputStreamValidWriterNullEncodingZeroBufSz 0.001
copyNullByteArrayNullWriterNegBufSz 0.001
copyEmptyByteArrayNullOutputStreamZeroBufSz 0.002
toStringByteArrayJunkEncodingZeroBufSz 0.002
copyNullByteArrayValidWriterJunkEncoding 0.001
toStringNullReaderPosBufSz 0
toByteArrayFromStringPosBufSz 0
copyNullReaderValidWriterNegBufSz 0.001
copyNullInputStreamNullWriterNullEncodingZeroBufSz 0.001
copyEmptyByteArrayNullOutputStream 0.001
copyStringValidWriter 0
copyEmptyInputStreamNullWriterValidEncodingNegBufSz 0
toStringNullReaderNegBufSz 0
copyStringNullOutputStream 0
copyNullInputStreamValidWriterJunkEncodingZeroBufSz 0.002
copyEmptyByteArrayValidWriterJunkEncoding 0.002
toStringNullByteArrayJunkEncodingNegBufSz 0
toByteArrayFromStringNegBufSz 0
copyEmptyInputStreamValidWriterValidEncodingNegBufSz 0
copyByteArrayValidWriterNullEncodingZeroBufSz 0.002
copyNullInputStreamValidOutputStreamPosBufSz 0.002
copyReaderValidWriter 0
copyEmptyInputStreamNullOutputStreamZeroBufSz 0.002
copyEmptyInputStreamNullWriterZeroBufSz 0.001
copyInputStreamNullWriterNegBufSz 0.001
toStringEmptyInputStreamJunkEncoding 0.001
closeInputStreamCloses 0
toStringEmptyByteArrayPosBufSz 0.001
toStringNullByteArray 0
toStringEmptyByteArrayValidEncodingNegBufSz 0
toByteArrayNullStringPosBufSz 0
copyEmptyInputStreamNullOutputStreamPosBufSz 0.002
copyEmptyInputStreamValidWriterNullEncodingNegBufSz 0
copyNullInputStreamValidOutputStreamNegBufSz 0.001
copyInputStreamNullWriterJunkEncodingNegBufSz 0
toStringNullByteArrayJunkEncodingZeroBufSz 0.002
copyEmptyInputStreamJunkEncodingNegBufSz 0.001
copyEmptyStringValidOutputStreamPosBufSz 0
copyEmptyByteArrayNullWriterNullEncodingNegBufSz 0.001
copyInputStreamValidWriterJunkEncodingNegBufSz 0
copyNullByteArrayValidOutputStreamPosBufSz 0.002
toStringEmptyByteArrayNegBufSz 0
toStringInputStreamNullEncodingZeroBufSz 0.002
copyEmptyByteArrayValidWriterJunkEncodingZeroBufSz 0.002
toByteArrayNullStringNegBufSz 0.001
copyEmptyInputStreamNullOutputStreamNegBufSz 0
copyEmptyStringValidOutputStreamNegBufSz 0.001
toStringNullInputStreamNullEncodingNegBufSz 0.001
copyInputStreamValidWriterValidEncoding 0
copyNullByteArrayValidWriterValidEncodingNegBufSz 0
copyEmptyInputStreamValidWriter 0.001
copyNullByteArrayNullOutputStream 0
toStringNullInputStreamValidEncoding 0
toStringByteArrayNullEncoding 0.001
copyNullByteArrayValidOutputStreamNegBufSz 0
copyEmptyByteArrayValidOutputStreamPosBufSz 0.002
closeReaderWithNull 0
copyEmptyReaderNullOutputStream 0
toStringEmptyByteArrayJunkEncodingNegBufSz 0.001
copyNullByteArrayNullWriterZeroBufSz 0.008
copyInputStreamValidWriterPosBufSz 0
toStringInputStreamJunkEncodingNegBufSz 0.001
copyByteArrayNullWriterValidEncodingNegBufSz 0.001
toStringEmptyInputStreamJunkEncodingNegBufSz 0.001
copyReaderValidOutputStream 0
copyInputStreamValidEncodingNegBufSz 0
copyEmptyByteArrayNullWriterNullEncodingZeroBufSz 0.002
copyEmptyByteArrayValidOutputStreamNegBufSz 0
copyNullInputStreamNullWriterValidEncodingZeroBufSz 0.002
copyInputStreamNullWriterValidEncoding 0
copyInputStreamNullWriterNullEncodingZeroBufSz 0.002
copyNullByteArrayValidOutputStream 0
copyNullInputStreamNullWriterNullEncoding 0
copyInputStreamValidWriterNegBufSz 0.001
contentEqualLargeSame 0.001
toStringEmptyInputStream 0
copyNullInputStreamNullWriterZeroBufSz 0.002
closeWriterWithNull 0
copyNullInputStreamNullWriterValidEncodingNegBufSz 0
copyNullStringNullOutputStreamZeroBufSz 0.002
toStringInputStreamNullEncoding 0
toStringInputStreamValidEncoding 0.001
copyNullByteArrayNullWriterJunkEncodingZeroBufSz 0.001
copyEmptyInputStreamValidOutputStreamPosBufSz 0.002
copyNullStringValidOutputStreamZeroBufSz 0.001
copyEmptyStringValidWriter 0
toByteArrayNullInputStream 0
copyNullByteArrayNullWriterNullEncodingNegBufSz 0
closeWriterWithIOE 0.001
copyNullInputStreamValidWriterValidEncodingZeroBufSz 0.001
toStringNullByteArrayValidEncodingZeroBufSz 0.002
copyEmptyStringNullWriter 0
copyByteArrayValidWriterNullEncodingNegBufSz 0.001
copyNullStringValidOutputStream 0
closeOutputStreamCloses 0
toStringByteArrayNullEncodingNegBufSz 0.001
copyEmptyReaderValidWriter 0
toStringEmptyByteArrayNullEncoding 0
copyEmptyStringNullOutputStream 0
copyEmptyInputStreamValidOutputStreamNegBufSz 0
closeReaderWithIOE 0.001
copyEmptyStringValidOutputStream 0
copyNullInputStreamValidWriterValidEncoding 0
copyByteArrayNullWriterJunkEncoding 0.001
toStringEmptyInputStreamNullEncodingZeroBufSz 0.002
toStringNullInputStreamNullEncodingZeroBufSz 0.001
copyEmptyByteArrayValidOutputStreamZeroBufSz 0.002
copyStringNullOutputStreamPosBufSz 0
copyNullInputStreamValidWriterNullEncodingNegBufSz 0.001
copyByteArrayValidOutputStream 0
copyReaderValidOutputStreamPosBufSz 0
copyEmptyReaderNullWriterPosBufSz 0
toStringByteArrayNullEncodingZeroBufSz 0.002
toStringEmptyByteArray 0
copyNullInputStreamNullWriter 0.001
contentEqualNullNonNull 0
copyNullByteArrayNullOutputStreamPosBufSz 0.001
copyStringNullOutputStreamNegBufSz 0.001
contentEqualNonEmptyEmpty 0
copyEmptyInputStreamNullWriter 0
contentEqualNullNull 0
copyEmptyByteArrayNullWriterNullEncoding 0.001
copyReaderNullWriterPosBufSz 0
copyEmptyInputStreamNullOutputStream 0
copyNullInputStreamNullWriterNullEncodingNegBufSz 0
toStringInputStreamValidEncodingNegBufSz 0.001
copyByteArrayValidWriter 0
toStringEmptyInputStreamValidEncoding 0
copyEmptyByteArrayNullWriter 0
toStringByteArrayJunkEncoding 0.001
copyReaderValidOutputStreamNegBufSz 0.001
copyEmptyReaderNullWriterNegBufSz 0
copyEmptyInputStreamValidWriterPosBufSz 0
copyNullByteArrayNullOutputStreamNegBufSz 0
copyNullInputStreamValidWriterNullEncodingZeroBufSz 0.002
copyNullInputStreamValidOutputStream 0
copyInputStreamNullEncoding 0
copyReaderNullWriterNegBufSz 0
copyByteArrayValidWriterValidEncoding 0.001
copyInputStreamValidOutputStream 0
copyInputStreamValidWriterJunkEncoding 0.001
closeWriterCloses 0
copyEmptyReaderNullOutputStreamZeroBufSz 0.002
copyNullInputStreamNullWriterPosBufSz 0
copyNullStringValidOutputStreamPosBufSz 0.001
copyEmptyByteArrayValidWriterValidEncoding 0
toStringInputStreamPosBufSz 0
copyEmptyByteArrayNullWriterZeroBufSz 0.002
copyNullInputStreamNullWriterJunkEncoding 0
copyEmptyInputStreamValidWriterNegBufSz 0
copyEmptyByteArrayJunkEncodingNegBufSz 0.001
copyEmptyInputStreamNullWriterJunkEncodingZeroBufSz 0.002
copyEmptyByteArrayNullWriterValidEncodingNegBufSz 0.001
toStringNullByteArrayNullEncodingNegBufSz 0
copyNullByteArrayValidWriterValidEncodingZeroBufSz 0.002
copyNullInputStreamValidWriterZeroBufSz 0.001
toStringInputStreamJunkEncoding 0.001
copyInputStreamNullWriterValidEncodingNegBufSz 0
copyEmptyInputStreamValidWriterJunkEncodingZeroBufSz 0.002
toByteArrayNullInputStreamPosBufSz 0
toStringNullByteArrayNullEncodingZeroBufSz 0.002
copyNullInputStreamNullWriterNegBufSz 0
copyNullStringValidOutputStreamNegBufSz 0
toStringInputStreamNegBufSz 0
copyByteArrayNullWriterJunkEncodingNegBufSz 0.001
copyEmptyReaderNullWriterZeroBufSz 0.002
copyEmptyByteArrayValidWriterNullEncodingZeroBufSz 0.001
toStringEmptyByteArrayJunkEncoding 0.001
toByteArrayNullInputStreamNegBufSz 0
copyInputStreamNullWriterNullEncodingNegBufSz 0.001
toStringNullInputStreamZeroBufSz 0.001
toStringEmptyByteArrayJunkEncodingZeroBufSz 0.003
copyEmptyByteArrayValidWriterNullEncodingNegBufSz 0
toByteArrayFromReaderPosBufSz 0
copyNullByteArrayValidWriterJunkEncodingNegBufSz 0
copyEmptyStringNullOutputStreamPosBufSz 0.001
copyNullByteArrayValidWriterPosBufSz 0
copyStringNullWriter 0
copyReaderValidWriterPosBufSz 0
copyStringValidOutputStream 0
copyInputStreamValidWriterNullEncodingNegBufSz 0.001
copyInputStreamValidOutputStreamPosBufSz 0.001
toStringNullInputStreamValidEncodingZeroBufSz 0.002
closeInputStreamWithNull 0
copyByteArrayValidWriterPosBufSz 0
copyEmptyInputStreamNullWriterJunkEncodingNegBufSz 0.001
toStringEmptyInputStreamValidEncodingNegBufSz 0.001
toStringNullInputStreamValidEncodingNegBufSz 0
copyByteArrayNullWriterValidEncoding 0
copyNullInputStreamNullOutputStream 0
toByteArrayFromReaderNegBufSz 0.001
copyEmptyStringNullOutputStreamNegBufSz 0
copyReaderValidWriterNegBufSz 0
copyByteArrayNullWriter 0
copyNullByteArrayValidWriterJunkEncodingZeroBufSz 0.002
copyNullInputStreamValidWriterPosBufSz 0
toStringInputStream 0
copyInputStreamValidOutputStreamNegBufSz 0.001
copyEmptyByteArrayNullWriterJunkEncoding 0
copyByteArrayValidEncodingNegBufSz 0.001
copyEmptyByteArrayValidWriter 0
copyByteArrayValidWriterNegBufSz 0
copyNullByteArrayNullWriter 0
toStringNullByteArrayNullEncoding 0.001
toStringByteArrayValidEncodingNegBufSz 0
toStringEmptyByteArrayNullEncodingNegBufSz 0
copyEmptyReaderNullWriter 0
copyEmptyReaderNullOutputStreamPosBufSz 0.001
toStringInputStreamNullEncodingNegBufSz 0
copyNullInputStreamValidWriterNullEncoding 0
toStringEmptyInputStreamNullEncodingNegBufSz 0
copyNullStringNullWriter 0
toStringEmptyByteArrayValidEncoding 0.001
copyEmptyByteArrayValidOutputStream 0
copyEmptyReaderValidOutputStreamPosBufSz 0
toByteArrayNullReaderPosBufSz 0
copyNullByteArrayNullWriterNullEncodingZeroBufSz 0.002
copyByteArrayNullWriterJunkEncodingZeroBufSz 0.002
copyNullInputStreamNullWriterValidEncoding 0
toByteArrayFromInputStreamPosBufSz 0.001
toByteArrayFromInputStream 0
copyInputStreamValidWriterJunkEncodingZeroBufSz 0.002
copyNullInputStreamValidWriterValidEncodingNegBufSz 0.001
toStringNullInputStream 0
copyEmptyReaderNullOutputStreamNegBufSz 0
copyNullReaderValidOutputStreamZeroBufSz 0.002
copyNullReaderNullWriterZeroBufSz 0.001
copyEmptyInputStreamValidOutputStream 0.001
copyEmptyInputStreamValidWriterNullEncoding 0
copyEmptyReaderValidOutputStreamNegBufSz 0
toByteArrayNullReaderNegBufSz 0
copyNullInputStreamNullWriterJunkEncodingZeroBufSz 0.002
contentEqualNonNullNull 0
toByteArrayNullReader 0.001
copyEmptyInputStreamNullWriterValidEncoding 0
toStringNullByteArrayZeroBufSz 0.001
toByteArrayFromInputStreamNegBufSz 0.001
copyEmptyInputStreamValidWriterValidEncoding 0
contentEqualMostlySame 0
copyNullStringValidWriter 0.001
toByteArrayNullString 0
toStringNullInputStreamPosBufSz 0
toStringByteArray 0.001
copyNullByteArrayNullWriterNullEncoding 0
copyEmptyInputStreamValidOutputStreamZeroBufSz 0.001
copyNullStringNullOutputStreamPosBufSz 0.001
toStringNullByteArrayValidEncoding 0
copyNullReaderValidWriter 0
toStringNullByteArrayValidEncodingNegBufSz 0
copyByteArrayValidWriterJunkEncodingZeroBufSz 0.003
toStringNullInputStreamNegBufSz 0
toByteArrayFromReader 0
toByteArrayFromString 0
copyEmptyByteArrayNullWriterJunkEncodingNegBufSz 0.001
contentEqualEmptyEmpty 0
toStringNullInputStreamNullEncoding 0
copyEmptyByteArrayValidWriterValidEncodingNegBufSz 0

MatchPatternsTest

matches 0.013

MatchPatternTest

matchPath 0.012

SelectorUtilsTest

testRegexPrefix 0.01
testAntPatternStrings 0.001
testEmptyStrings 0
testMatchPatternStart 0

AnsiMessageBuilderTest

should_color_debug 0.027
should_color_error 0
should_color_failure_and_reset 0
should_color_strong_and_reset 0
should_color_warning_and_reset 0
should_color_success_with_message 0
should_color_mojo_and_reset 0
should_color_info 0
should_color_project_and_reset 0

MessageUtilsTest

testSystem 0.414

OsTest

testFamilyNames 0.012
testIsValidFamily 0.012
testIsFamily 0
testIsVersion 0.001
testIsArch 0
testIsName 0.001
testConstructor 0
testGetValidFamilies 0.001

PathToolTest

testGetRelativePath_2parm 0.327
testGetRelativeFilePath_NonWindows 0
got: "\\", expected: is "/"
testGetRelativeFilePath_Windows 0.007
testUppercaseDrive 0.007

PropertyUtilsTest

loadEmptyURL 0.33
loadEmptyInputStream 0.006
loadNullFile 0.008
loadOptionalNullURL 0.005
loadEmptyFile 0.013
loadOptionalProperties_ioException 0.559
loadValidURL 0.022
loadOptionalNullFile 0.007
loadValidFile 0.016
loadOptionalNullInputStream 0.008
loadValidInputStream 0.007
loadNullURL 0.01
loadNullInputStream 0.007

StringUtilsTest

testRight_IAE1 0.011
testRight_IAE2 0
testReplaceOnce_char 0.009
testRemoveAndHump 0.001
testEndsWithIgnoreCase 0
testNotBlank 0
testNotEmpty 0
testGetNestedString 0.001
testGetNestedString2_NPE1 0
testGetNestedString2_NPE2 0
testIsNumeric 0.001
testAbbreviate_Offset_MinLength 0.001
testLowerCaseFirstLetter 0
testLeftPad1 0
testLeftPad2 0.001
testLeft_IAE 0.002
testEscape2 0.001
testJoin_Array_NPE 0.001
testStripEnd 0.001
testChop_NPE 0.001
testDifference_NPE2 0
testDifference_NPE3 0.001
testGetNestedString2 0.001
testGetChomp 0.001
testCapitalizeFirstLetter 0.001
testMid_WrongPos 0
testAbbreviate_Offset_NPE 0.001
testSubstring1 0
testSubstring2 0.001
testMid 0
testDefaultString 0
testDifferenceAt_NPE 0
testUncapitaliseAllWords 0
testDefaultString_defaultValue 0.001
testRemoveDuplicateWhitespace_NPE 0
testChomp 0
testClean 0.001
testEmpty 0.001
testRight 0
testChop 0
testLeft 0
testTrim 0
testChompLast_Delim_NPE 0.001
testLowerCaseFirstLetter_NPE 0.001
testSplit1_NPE 0
testCountMatches 0.001
testRightPad1 0
testRightPad2 0
testEscape_NPE 0.001
testIsWhitespace 0
testContains_String 0.001
testEqualsIgnoreCase 0
testRepeat_NegativeAmount 0.001
testLeftPad2_NPE1 0
testLeftPad2_NPE2 0.001
testLeftPad2_NPE3 0
testIsAlphanumericSpace 0
testQuoteAndEscape1 0
testQuoteAndEscape2 0
testQuoteAndEscape3 0.001
testQuoteAndEscape4 0
testPrechomp 0
testReplace_string 0
testJoin_Iterator 0.001
testChompLast_NPE 0.001
testLastIndexOfAny 0
testLeftPad1_NPE 0.001
testDifference_NPE 0
testDifferenceAt 0
testCenter_Delim_NPE 0
testChomp_Delim 0.001
testContains_Char 0
testAbbreviate_Offset 0.001
testPrechomp_NPE1 0
testPrechomp_NPE2 0.001
testPrechomp_NPE3 0
testRemoveAndHump_NPE1 0
testRemoveAndHump_NPE2 0.001
testRemoveAndHump_NPE3 0
testIndexOfAny 0
testAbbreviate_NPE 0
testGetPrechomp 0.001
testLowerCase 0
testCountMatches_NPE 0.001
testGetPrechomp_NPE1 0.001
testGetPrechomp_NPE2 0
testConcatenate 0.001
testReplaceOnce_string 0
testReplace2_string_max 0
testDifferenceAt_NPE2 0.001
testDifferenceAt_NPE3 0
testAbbreviate_MinLength 0
testSplit2_NPE1 0.001
testSplit2_NPE2 0
testSwapCase 0
testSplit3_NPE1 0.001
testSplit3_NPE2 0
testRepeat_NPE 0.001
testCenter_NPE 0.001
testRightPad2_NPE1 0
testRightPad2_NPE2 0.001
testInterpolate_NPE 0.001
testStripAll1 0.001
testStripAll2 0.001
testAddAndDeHump_NPE 0
testDeleteWhitespace_NPE 0.001
testReplace2_char_max 0
testAddAndDeHump 0
testReverse 0.001
testAbbreviate 0
testConcatenate_NPE 0
testChopNewline_NPE 0.001
testUppercase 0.002
testUnifyLineSeparators1 0.001
testUnifyLineSeparators2 0
testChopNewline 0.001
testDifference 0
testRightPad2_NPE23 0
testJoin_Iterator_NPE 0.001
testJoin_Array 0.001
testIsAlphanumeric 0
testCountMatches_NPE2 0
testChompLast_Delim 0.001
testCenter 0.001
testCenter_Delim 0
testEquals 0.001
testReverseDelimitedString 0
testEscape 0
testUncapitalise 0
testRightPad1_NPE 0
testMid_NegativeLen 0
testReplace_char 0
testOverlayString_NPE1 0
testOverlayString_NPE2 0
testOverlayString_NPE3 0.001
testChomp_Delim_NPE 0
testReverseDelimitedString_NPE1 0.001
testReverseDelimitedString_NPE2 0
testInterpolate 0.001
testChompLast 0
testChomp_NPE 0
testIsAlpha 0.001
testIsBlank 0
testRepeat 0
testInterpolate_NPE2 0.001
testSplit1 0
testSplit2 0
testSplit3 0
testStrip1 0.001
testStrip2 0
testGetChomp_NPE1 0
testGetChomp_NPE2 0
testGetChomp_NPE3 0.002
testCapitalise 0
testCapitaliseAllWords 0
testOverlayString 0
testCapitalizeFirstLetter_NPE 0
testRemoveDuplicateWhitespace 0
testIsAlphaSpace 0
testGetNestedString_NPE 0
testDeleteWhitespace 0
testStripStart 0

PrettyPrintXmlWriterTest

testDefaultPrettyPrintXMLWriter 0.022
testEscapeXmlAttributeMac 0
testEscapeXmlAttributeUnix 0.001
testPrettyPrintXMLWriterWithGivenLineSeparator 0
testEscapeXmlAttributeTrailingCR 0
testEscapeXmlAttributeWindows 0
testPrettyPrintXMLWriterWithGivenLineIndenter 0

Xpp3DomTest

mergePrecedenceOpenClose 0.06
unchangedWithFirstOrLastEmpty 0.003
mergeOverride 0.001
mergePrecedenceSelfClosed 0.003
mergeAttributesOnRootNode 0.003
selfOverrideOnRootNode 0.002
duplicatedChildren 0.002
nullValue 0.001
combineAppend 0
testEquals 0.001
dominantWinsCollections 0.003
nullAttribute 0
mergeValuesOnRootNode 0.002
combineChildrenAppendTest 0.005
recessiveChildrenIncludedWhenDominantEmpty 0.004

XmlWriterUtilTest

testWriteCommentTextXMLWriterStringInt 0.027
testWriteCommentXMLWriterStringInt 0.001
testWriteCommentXMLWriterString 0.002
testWriteCommentTextXMLWriterStringIntIntInt 0.001
testWriteCommentXMLWriterStringIntInt 0.001
testWriteCommentLineBreakXMLWriter 0.001
testWriteLineBreakXMLWriterIntInt 0
testWriteCommentShort 0.001
testWriteLineBreakXMLWriter 0.002
testWriteLineBreakXMLWriterInt 0.001
testWriteCommentLineBreakXMLWriterInt 0.001
testWriteLineBreakXMLWriterIntIntInt 0.001
testWriteCommentXMLWriterStringIntIntInt 0.001
testWriteCommentLong 0.001
testWriteCommentNull 0
testWriteCommentTextXMLWriterStringIntInt 0.001

Xpp3DomBuilderTest

attributeEscaping 0.072
contentEscaping 0.002
selfClosingTag 0.004
malformedXml 0.035
trimming 0.003

XmlStreamReaderTest

testLatin15Encoding 0.029
testInappropriateEncoding 0.001
testUTF16BEEncoding 0.002
testEUC_JPEncoding 0.021
testLatin1Encoding 0.001
testEBCDICEncoding 0.001
testNoXmlHeader 0.001
testDefaultEncoding 0.001
testEncodingAttribute 0.002
testUTF16Encoding 0.003
testUTF16LEEncoding 0.001
testLatin7Encoding 0.001
testUTF8Encoding 0.001

Failure Details

[Summary] [Package List] [Test Cases]


followSymlinks
skipped: got: <true>, expected: is <false>
performanceTest
skipped: Enable this test to run performance checks
followSymlinksFalse
skipped: got: <true>, expected: is <false>
notASymbolicLink
skipped: Wait until we can run with assembly 2.5 which will support symlinks properly
createAndReadSymlink
skipped: got: <true>, expected: is <false>
extensionWindowsNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
isASymbolicLink
skipped: Wait until we can run with assembly 2.5 which will support symlinks properly
filenameUnixRootPathOnUnix
skipped: got: "\\", expected: is "/"
extensionWindowsRootPathOnUnix
skipped: got: "\\", expected: is "/"
readLines
skipped: Commons test case that is failing for plexus
copyDirectoryErrors
skipped: Commons test case that is failing for plexus
copyDirectoryToNonExistingDest
skipped: Commons test case that is failing for plexus
dirnameUnixNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
copyToSelf
skipped: Commons test case that is failing for plexus
extensionUnixRootPathOnUnix
skipped: got: "\\", expected: is "/"
copyDirectoryToDirectory_NonExistingDest
skipped: Commons test case that is failing for plexus
filenameWindowsNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
filenameWindowsRootPathOnUnix
skipped: got: "\\", expected: is "/"
copyDirectoryToChild
skipped: Commons test case that is failing for plexus
copyDirectoryToExistingDest
skipped: Commons test case that is failing for plexus
createSymbolicLinkWithDifferentTargetOverwritesSymlink
skipped: got: <true>, expected: is <false>
forceDeleteAFile3
skipped: Commons test case that is failing for plexus
dirnameUnixRootPathOnUnix
skipped: got: "\\", expected: is "/"
copyFile1ToDir
skipped: Commons test case that is failing for plexus
dirnameWindowsRootPathOnUnix
skipped: got: "\\", expected: is "/"
copyFileThatIsSymlink
skipped: got: <true>, expected: is <false>
copyDirectoryToGrandChild
skipped: Commons test case that is failing for plexus
extensionUnixNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
dirnameWindowsNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
filenameUnixNonRootPathOnUnix
skipped: got: "\\", expected: is "/"
testGetRelativeFilePath_NonWindows
skipped: got: "\\", expected: is "/"