Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 77 | 0 | 0 | 1 | 98.701% | 0.914 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
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 | |
|---|---|---|---|---|---|---|---|
| GitExeCheckOutCommandNoBranchTest | 2 | 0 | 0 | 0 | 100% | 0.213 | |
| GitCheckOutCommandTest | 1 | 0 | 0 | 0 | 100% | 0.01 |
org.apache.maven.scm.provider.git.gitexe.command.diff
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitDiffRawConsumerTest | 1 | 0 | 0 | 0 | 100% | 0 |
org.apache.maven.scm.provider.git.gitexe.command.changelog
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitChangeLogConsumerTest | 2 | 0 | 0 | 0 | 100% | 0.006 | |
| GitChangeLogCommandTest | 12 | 0 | 0 | 0 | 100% | 0.075 |
org.apache.maven.scm.provider.git.gitexe.command
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitCommandLineUtilsTest | 4 | 0 | 0 | 1 | 75% | 0.001 |
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 |
org.apache.maven.scm.provider.git.gitexe.command.checkin
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitCheckInCommandTest | 4 | 0 | 0 | 0 | 100% | 0.251 | |
| GitCheckInCommandNoBranchTest | 1 | 0 | 0 | 0 | 100% | 0.12 |
org.apache.maven.scm.provider.git.gitexe.command.remove
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitRemoveConsumerTest | 4 | 0 | 0 | 0 | 100% | 0.047 | |
| GitRemoveCommandTest | 3 | 0 | 0 | 0 | 100% | 0.025 |
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.022 |
org.apache.maven.scm.provider.git.gitexe.command.blame
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitBlameConsumerTest | 6 | 0 | 0 | 0 | 100% | 0.01 |
org.apache.maven.scm.provider.git.gitexe.command.remoteinfo
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitRemoteInfoConsumerTest | 1 | 0 | 0 | 0 | 100% | 0.001 |
org.apache.maven.scm.provider.git.gitexe.command.info
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitInfoCommandTest | 4 | 0 | 0 | 0 | 100% | 0.076 |
org.apache.maven.scm.provider.git.gitexe.command.add
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitExeAddCommandTest | 2 | 0 | 0 | 0 | 100% | 0 |
org.apache.maven.scm.provider.git.gitexe.command.tag
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| GitTagCommandTest | 3 | 0 | 0 | 0 | 100% | 0.02 |
Test Cases
[Summary] [Package List] [Test Cases]
GitRemoveConsumerTest
| testLog1Consumer | 0.014 | |
| testConsumerRemovedFileInDifferentDir | 0 | |
| testEmptyLogConsumer | 0.001 | |
| testConsumerRemovedFile | 0 |
GitRemoveCommandTest
| testCommandRemoveWithDirectory | 0.021 | |
| testCommandRemoveWithTwoDirectory | 0 | |
| testCommandRemoveWithFile | 0.003 |
GitStatusConsumerTest
GitExeCheckOutCommandNoBranchTest
| testCheckoutNoBranch | 0.184 | |
| testDoubleCheckoutNoBranch | 0.028 |
GitCheckOutCommandTest
| testCommandLineWithBranch | 0.009 |
GitLatestRevisionCommandConsumerTest
| testUpToDate | 0.001 |
GitUpdateCommandTest
| testCommandLineNoBranch | 0.007 | |
| testCommandLineWithBranch | 0.007 | |
| testCommandLineLatestRevision | 0.008 |
GitTagCommandTest
| testCommandLineWithUsernameAndTagAndSign | 0.007 | |
| testCommandLineWithUsernameAndTag | 0.005 | |
| testCommandLineTag | 0.006 |
GitChangeLogConsumerTest
| testConsumer1 | 0.003 | |
| testConsumer2 | 0.003 |
GitChangeLogCommandTest
GitInfoCommandTest
| testInfoCommand | 0.017 | |
| testInfoCommandWithZeroShortRevision | 0.017 | |
| testInfoCommandWithShortRevision | 0.022 | |
| testInfoCommandWithNegativeShortRevision | 0.019 |
GitBlameConsumerTest
| testConsumerOnNewFile | 0 | |
| testConsumerWithDifferentAuthor | 0.002 | |
| testConsumer | 0.003 | |
| testConsumerEasy | 0 | |
| testConsumerCompareWithOriginal | 0.004 | |
| testConsumerEmptyFile | 0 |
GitCheckInCommandTest
| testCheckinWithFileSet | 0.12 | |
| testCheckinAfterRename | 0.115 | |
| testCommandLineWithoutTag | 0.01 | |
| testCommandLineWithUsername | 0.005 |
GitCheckInCommandNoBranchTest
| testCheckinNoBranch | 0.12 |
GitDiffRawConsumerTest
| testUpToDate | 0 |
GitRemoteInfoConsumerTest
| testConsumerRemoteInfo | 0 |
GitExeAddCommandTest
| testAddCommandMultipleFiles | 0 | |
| testAddCommandSingleFile | 0 |
GitCommandLineUtilsTest
| testAddTargetWindows | 0 | |
| got: <false>, expected: is <true> | ||
| testPasswordAnonymous | 0 | |
| testAddTargetNonWindows | 0 | |
| testPrepareEnvVariablesForRepository | 0.001 |
Failure Details
[Summary] [Package List] [Test Cases]
| testAddTargetWindows | |
| skipped: got: <false>, expected: is <true> |




