Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
66 0 0 1 98.485% 1.911

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.scm.provider.git.gitexe.command.checkin 4 0 0 0 100% 0.709
org.apache.maven.scm.provider.git.gitexe.command 2 0 0 1 50% 0.018
org.apache.maven.scm.provider.git.gitexe.command.diff 1 0 0 0 100% 0.004
org.apache.maven.scm.provider.git.gitexe.command.blame 6 0 0 0 100% 0.085
org.apache.maven.scm.provider.git.gitexe.command.remoteinfo 1 0 0 0 100% 0.006
org.apache.maven.scm.provider.git.gitexe.command.changelog 14 0 0 0 100% 0.617
org.apache.maven.scm.provider.git.gitexe.command.checkout 3 0 0 0 100% 0.093
org.apache.maven.scm.provider.git.gitexe.command.tag 2 0 0 0 100% 0.029
org.apache.maven.scm.provider.git.gitexe.command.remove 6 0 0 0 100% 0.128
org.apache.maven.scm.provider.git.gitexe.command.status 21 0 0 0 100% 0.163
org.apache.maven.scm.provider.git.gitexe.command.update 4 0 0 0 100% 0.044
org.apache.maven.scm.provider.git.gitexe.command.add 2 0 0 0 100% 0.015

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

org.apache.maven.scm.provider.git.gitexe.command.checkin

Class Tests Errors Failures Skipped Success Rate Time
GitCheckInCommandNoBranchTest 1 0 0 0 100% 0.283
GitCheckInCommandTest 3 0 0 0 100% 0.426

org.apache.maven.scm.provider.git.gitexe.command

Class Tests Errors Failures Skipped Success Rate Time
GitCommandLineUtilsAddTargetTest 2 0 0 1 50% 0.018

org.apache.maven.scm.provider.git.gitexe.command.diff

Class Tests Errors Failures Skipped Success Rate Time
GitDiffRawConsumerTest 1 0 0 0 100% 0.004

org.apache.maven.scm.provider.git.gitexe.command.blame

Class Tests Errors Failures Skipped Success Rate Time
GitBlameConsumerTest 6 0 0 0 100% 0.085

org.apache.maven.scm.provider.git.gitexe.command.remoteinfo

Class Tests Errors Failures Skipped Success Rate Time
GitRemoteInfoConsumerTest 1 0 0 0 100% 0.006

org.apache.maven.scm.provider.git.gitexe.command.changelog

Class Tests Errors Failures Skipped Success Rate Time
GitChangeLogCommandTest 12 0 0 0 100% 0.372
GitChangeLogConsumerTest 2 0 0 0 100% 0.245

org.apache.maven.scm.provider.git.gitexe.command.checkout

Class Tests Errors Failures Skipped Success Rate Time
GitCheckOutCommandTest 1 0 0 0 100% 0.004
GitExeCheckOutCommandNoBranchTest 2 0 0 0 100% 0.089

org.apache.maven.scm.provider.git.gitexe.command.tag

Class Tests Errors Failures Skipped Success Rate Time
GitTagCommandTest 2 0 0 0 100% 0.029

org.apache.maven.scm.provider.git.gitexe.command.remove

Class Tests Errors Failures Skipped Success Rate Time
GitRemoveConsumerTest 3 0 0 0 100% 0.047
GitRemoveCommandTest 3 0 0 0 100% 0.081

org.apache.maven.scm.provider.git.gitexe.command.status

Class Tests Errors Failures Skipped Success Rate Time
GitStatusConsumerTest 21 0 0 0 100% 0.163

org.apache.maven.scm.provider.git.gitexe.command.update

Class Tests Errors Failures Skipped Success Rate Time
GitLatestRevisionCommandConsumerTest 1 0 0 0 100% 0.003
GitUpdateCommandTest 3 0 0 0 100% 0.041

org.apache.maven.scm.provider.git.gitexe.command.add

Class Tests Errors Failures Skipped Success Rate Time
GitExeAddCommandTest 2 0 0 0 100% 0.015

Test Cases

[Summary] [Package List] [Test Cases]

GitTagCommandTest

testCommandLineTag 0.012
testCommandLineWithUsernameAndTag 0.017

GitBlameConsumerTest

testConsumerWithDifferentAuthor 0.03
testConsumerCompareWithOriginal 0.02
testConsumer 0.015
testConsumerEmptyFile 0.007
testConsumerOnNewFile 0.009
testConsumerEasy 0.004

GitRemoteInfoConsumerTest

testConsumerRemoteInfo 0.006

GitStatusConsumerTest

testConsumerUntrackedFile 0.005
testConsumerAddedFile 0.003
testConsumerAddedAndModifiedFile 0.007
testConsumerAddedFileWithDirectoryAndNoFile 0.009
testConsumerAddedFileWithDirectoryAndFile 0.015
testConsumerModifiedFile 0.007
testConsumerModifiedFileInComplexDirectorySetup 0.004
testConsumerModifiedFileUnstaged 0.004
testConsumerModifiedFileBothStagedAndUnstaged 0.004
testConsumerModifiedFileWithDirectoryAndNoFile 0.006
testConsumerModifiedFileWithDirectoryAndFile 0.006
testConsumerRemovedFileUnstaged 0.005
testConsumerRemovedFileWithDirectoryAndNoFile 0.006
testConsumerRemovedFileWithDirectoryAndFile 0.014
testConsumeRenamedFile 0.011
testLog2Consumer 0.011
testLog3Consumer 0.007
testResolvePath 0.017
testEmptyLogConsumer 0.006
testConsumerRemovedFile 0.012
testLog1Consumer 0.004

GitCheckOutCommandTest

testCommandLineWithBranch 0.004

GitCheckInCommandNoBranchTest

testCheckinNoBranch 0.283

GitChangeLogCommandTest

testCommandLineWithStartVersionAndEndVersion 0.098
testCommandLineNoDates 0.034
testCommandLineNoDatesLimitedCount 0.024
testCommandLineWithDates 0.032
testCommandLineStartDateOnly 0.024
testCommandLineDateFormat 0.03
testCommandLineDateVersionRanges 0.03
testCommandLineEndDateOnly 0.023
testCommandLineWithBranchNoDates 0.022
testCommandLineWithStartVersion 0.021
testCommandLineWithStartVersionAndEndVersionEquals 0.019
testCommandLineWithStartVersionAndEndVersionAndBranch 0.015

GitExeAddCommandTest

testAddCommandSingleFile 0.01
testAddCommandMultipleFiles 0.005

GitDiffRawConsumerTest

testUpToDate 0.004

GitLatestRevisionCommandConsumerTest

testUpToDate 0.003

GitRemoveConsumerTest

testEmptyLogConsumer 0.009
testConsumerRemovedFile 0.013
testLog1Consumer 0.025

GitChangeLogConsumerTest

testConsumer1 0.199
testConsumer2 0.046

GitCommandLineUtilsAddTargetTest

testAddTargetNonWindows 0.018
testAddTargetWindows 0
skipped

GitExeCheckOutCommandNoBranchTest

testDoubleCheckoutNoBranch 0.057
testCheckoutNoBranch 0.032

GitUpdateCommandTest

testCommandLineNoBranch 0.01
testCommandLineLatestRevision 0.019
testCommandLineWithBranch 0.012

GitRemoveCommandTest

testCommandRemoveWithFile 0.043
testCommandRemoveWithDirectory 0.023
testCommandRemoveWithTwoDirectory 0.015

GitCheckInCommandTest

testCommandLineWithoutTag 0.034
testCommandLineWithUsername 0.009
testCheckinAfterRename 0.383

Failure Details

[Summary] [Package List] [Test Cases]


testAddTargetWindows
skipped: skipped