Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
78 0 0 1 98.7% 3.545 s

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.checkout 3 0 0 0 100% 0.324 s
org.apache.maven.scm.provider.git.gitexe.command.diff 1 0 0 0 100% 0 s
org.apache.maven.scm.provider.git.gitexe.command.changelog 14 0 0 0 100% 0.129 s
org.apache.maven.scm.provider.git.gitexe.command 4 0 0 1 75.0% 0.004 s
org.apache.maven.scm.provider.git.gitexe.command.status 23 0 0 0 100% 0.034 s
org.apache.maven.scm.provider.git.gitexe.command.checkin 5 0 0 0 100% 2.433 s
org.apache.maven.scm.provider.git.gitexe.command.remove 7 0 0 0 100% 0.045 s
org.apache.maven.scm.provider.git.gitexe.command.update 4 0 0 0 100% 0.216 s
org.apache.maven.scm.provider.git.gitexe.command.blame 6 0 0 0 100% 0.012 s
org.apache.maven.scm.provider.git.gitexe.command.remoteinfo 1 0 0 0 100% 0 s
org.apache.maven.scm.provider.git.gitexe.command.info 4 0 0 0 100% 0.330 s
org.apache.maven.scm.provider.git.gitexe.command.add 2 0 0 0 100% 0.001 s
org.apache.maven.scm.provider.git.gitexe.command.tag 4 0 0 0 100% 0.017 s

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

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

- Class Tests Errors Failures Skipped Success Rate Time
GitCheckOutCommandTest 1 0 0 0 100% 0.001 s
GitExeCheckOutCommandNoBranchTest 2 0 0 0 100% 0.323 s

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

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

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

- Class Tests Errors Failures Skipped Success Rate Time
GitChangeLogCommandTest 12 0 0 0 100% 0.120 s
GitChangeLogConsumerTest 2 0 0 0 100% 0.009 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitCommandLineUtilsTest 4 0 0 1 75.0% 0.004 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitStatusConsumerTest 23 0 0 0 100% 0.034 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitCheckInCommandNoBranchTest 1 0 0 0 100% 0.515 s
GitCheckInCommandTest 4 0 0 0 100% 1.918 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitRemoveConsumerTest 4 0 0 0 100% 0.002 s
GitRemoveCommandTest 3 0 0 0 100% 0.043 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitLatestRevisionCommandConsumerTest 1 0 0 0 100% 0 s
GitUpdateCommandTest 3 0 0 0 100% 0.216 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitBlameConsumerTest 6 0 0 0 100% 0.012 s

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

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

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

- Class Tests Errors Failures Skipped Success Rate Time
GitInfoCommandTest 4 0 0 0 100% 0.330 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitExeAddCommandTest 2 0 0 0 100% 0.001 s

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

- Class Tests Errors Failures Skipped Success Rate Time
GitTagCommandTest 4 0 0 0 100% 0.017 s

Test Cases

[Summary] [Package List] [Test Cases]

GitRemoveConsumerTest

testLog1Consumer 0 s
testConsumerRemovedFileInDifferentDir 0.001 s
testEmptyLogConsumer 0 s
testConsumerRemovedFile 0 s

GitCheckInCommandNoBranchTest

testCheckinNoBranch 0.515 s

GitCheckOutCommandTest

testCommandLineWithBranch 0.001 s

GitChangeLogCommandTest

testCommandLineNoDatesLimitedCount 0.008 s
testCommandLineDateVersionRanges 0.019 s
testCommandLineDateFormat 0.010 s
testCommandLineWithBranchNoDates 0.008 s
testCommandLineWithDates 0.009 s
testCommandLineWithStartVersionAndEndVersionEquals 0.008 s
testCommandLineWithStartVersion 0.008 s
testCommandLineNoDates 0.007 s
testCommandLineStartDateOnly 0.007 s
testCommandLineWithStartVersionAndEndVersionAndBranch 0.008 s
testCommandLineEndDateOnly 0.021 s
testCommandLineWithStartVersionAndEndVersion 0.006 s

GitInfoCommandTest

testInfoCommand 0.094 s
testInfoCommandWithZeroShortRevision 0.085 s
testInfoCommandWithShortRevision 0.077 s
testInfoCommandWithNegativeShortRevision 0.074 s

GitChangeLogConsumerTest

testConsumer1 0.004 s
testConsumer2 0.005 s

GitBlameConsumerTest

testConsumerOnNewFile 0 s
testConsumerWithDifferentAuthor 0 s
testConsumer 0 s
testConsumerEasy 0.004 s
testConsumerCompareWithOriginal 0.007 s
testConsumerEmptyFile 0.001 s

GitExeCheckOutCommandNoBranchTest

testCheckoutNoBranch 0.137 s
testDoubleCheckoutNoBranch 0.185 s

GitCommandLineUtilsTest

testAddTargetWindows 0 s
- got: <false>, expected: is <true> -
testPasswordAnonymous 0 s
testAddTargetNonWindows 0 s
testPrepareEnvVariablesForRepository 0.004 s

GitRemoteInfoConsumerTest

testConsumerRemoteInfo 0 s

GitLatestRevisionCommandConsumerTest

testUpToDate 0 s

GitCheckInCommandTest

testCheckinWithFileSet 0.784 s
testCheckinAfterRename 1.083 s
testCommandLineWithoutTag 0.044 s
testCommandLineWithUsername 0.005 s

GitExeAddCommandTest

testAddCommandMultipleFiles 0 s
testAddCommandSingleFile 0 s

GitUpdateCommandTest

testCommandLineNoBranch 0.188 s
testCommandLineWithBranch 0.015 s
testCommandLineLatestRevision 0.012 s

GitDiffRawConsumerTest

testUpToDate 0 s

GitRemoveCommandTest

testCommandRemoveWithDirectory 0.018 s
testCommandRemoveWithTwoDirectory 0.002 s
testCommandRemoveWithFile 0.006 s

GitTagCommandTest

testCommandLineWithUsernameAndTagAndSign 0 s
testCommandLineWithUsernameAndTagForceNoSign 0.008 s
testCommandLineWithUsernameAndTag 0.005 s
testCommandLineTag 0.004 s

GitStatusConsumerTest

testConsumerRemovedFileUnstaged 0 s
testLog1Consumer 0 s
testConsumerModifiedFileWithDirectoryAndFile 0.007 s
testConsumerModifiedFile 0 s
testURI 0 s
testConsumerRemovedFileWithDirectoryAndNoFile 0.001 s
testConsumerUntrackedFile 0.002 s
testConsumerModifiedFileBothStagedAndUnstaged 0 s
testConsumerModifiedFileWithDirectoryAndNoFile 0 s
testConsumerAddedFile 0 s
testConsumerModifiedFileUnstaged 0 s
testConsumerRemovedFileWithDirectoryAndFile 0.001 s
testConsumerAddedFileWithDirectoryAndFile 0.002 s
testLog2Consumer 0.002 s
testEmptyLogConsumer 0.002 s
testConsumerAddedFileWithDirectoryAndNoFile 0 s
testConsumerAddedAndModifiedFile 0 s
testResolvePath 0.001 s
testConsumerModifiedFileInComplexDirectorySetup 0.005 s
testConsumerRemovedFile 0.001 s
testConsumerModifiedFileInComplexDirectoryWithSpaces 0.002 s
testConsumerRenamedFile 0.001 s
testConsumerWithFileSet 0.006 s

Failure Details

[Summary] [Package List] [Test Cases]


testAddTargetWindows
- skipped: got: <false>, expected: is <true>