Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
44 0 0 0 100% 38.95 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.jgit.command.remove 1 0 0 0 100% 0.978 s
org.apache.maven.scm.provider.git.jgit.command.remoteinfo 1 0 0 0 100% 0.590 s
org.apache.maven.scm.provider.git.jgit.command.status 1 0 0 0 100% 0.746 s
org.apache.maven.scm.provider.git.jgit.command.checkout 4 0 0 0 100% 3.868 s
org.apache.maven.scm.provider.git.jgit.command.checkin 10 0 0 0 100% 5.981 s
org.apache.maven.scm.provider.git.jgit.command.tag 5 0 0 0 100% 5.789 s
org.apache.maven.scm.provider.git.jgit.command.changelog 9 0 0 0 100% 8.670 s
org.apache.maven.scm.provider.git.jgit.command.branch 5 0 0 0 100% 6.688 s
org.apache.maven.scm.provider.git.jgit.command.diff 1 0 0 0 100% 0.701 s
org.apache.maven.scm.provider.git.jgit.command.info 2 0 0 0 100% 1.185 s
org.apache.maven.scm.provider.git.jgit.command.untag 5 0 0 0 100% 3.749 s

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

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

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

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

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

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

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

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitCheckOutCommandTckTest 1 0 0 0 100% 0.703 s
JGitSshCheckOutCommandTckTest 3 0 0 0 100% 3.165 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitCheckInCommandCommitterAuthorTckTest 5 0 0 0 100% 3.489 s
JGitCheckInCommandTckTest 5 0 0 0 100% 2.492 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitSshTagCommandTckTest 3 0 0 0 100% 4.347 s
JGitTagCommandTckTest 2 0 0 0 100% 1.442 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitChangeLogCommandTckTest 9 0 0 0 100% 8.670 s

org.apache.maven.scm.provider.git.jgit.command.branch

- Class Tests Errors Failures Skipped Success Rate Time
JGitSshBranchCommandTckTest 3 0 0 0 100% 5.285 s
JGitBranchCommandTckTest 2 0 0 0 100% 1.403 s

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

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

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitInfoCommandTckTest 2 0 0 0 100% 1.185 s

org.apache.maven.scm.provider.git.jgit.command.untag

- Class Tests Errors Failures Skipped Success Rate Time
JGitUntagCommandTckTest 2 0 0 0 100% 1.257 s
JGitSshUntagCommandTckTest 3 0 0 0 100% 2.492 s

Test Cases

[Summary] [Package List] [Test Cases]

JGitRemoveCommandTckTest

testRemoveCommand 0.950 s

JGitRemoteInfoCommandTckTest

testRemoteInfoCommand 0.569 s

JGitCheckOutCommandTckTest

testCheckOutCommandTest 0.682 s

JGitSshCheckOutCommandTckTest

testCheckOutCommandWithPregeneratedKeysTest 1.201 s
testCheckOutCommandWithPassphraseTest 1.433 s
testCheckOutCommandTest 0.507 s

JGitCheckInCommandCommitterAuthorTckTest

testCheckInCommandTest 1.358 s
testUpToDatePush 0.605 s
testRejectedNonFastForwardPush 0.594 s
testCheckInCommandFilesetWithBasedirOtherThanWorkingCopyRoot 0.496 s
testCheckInCommandPartialFileset 0.377 s

JGitStatusCommandTckTest

testStatusCommand 0.726 s

JGitInfoCommandTckTest

testInfoCommandFromBasedirDifferentFromWorkingCopyDirectory 0.640 s
testInfoCommandWithJustBasedir 0.521 s

JGitSshTagCommandTckTest

testTagCommandTestWithPush 1.643 s
testTagCommandWithPassphraseAndPushTest 1.949 s
testTagCommandTest 0.730 s

JGitChangeLogCommandTckTest

testChangeLogCommandFromVoneToVtwo 0.946 s
testChangeLogCommandWithStartEndInBadOrder 0.586 s
testChangeLogCommandFromVersionToStartOfRepository 0.680 s
testChangeLogCommandFromHeadToHead 0.664 s
testChangeLogCommandFromVersionToUndefined 0.659 s
testChangeLogCommandFromHeadToStartOfRepository 0.464 s
testChangeLogCommandFromHeadAncestorAndHead 0.678 s
testChangeLogCommandFromUndefinedToHead 0.545 s
testChangeLogCommand 3.420 s

JGitCheckInCommandTckTest

testUpToDatePush 0.672 s
testRejectedNonFastForwardPush 0.523 s
testCheckInCommandFilesetWithBasedirOtherThanWorkingCopyRoot 0.465 s
testCheckInCommandTest 0.587 s
testCheckInCommandPartialFileset 0.225 s

JGitSshBranchCommandTckTest

testBranchCommandWithPassphraseAndPushTest 3.458 s
testBranchCommandTestWithPush 0.784 s
testBranchCommandTest 1.012 s

JGitBranchCommandTckTest

testPushBranchRejected 0.773 s
testBranchCommandTest 0.608 s

JGitDiffCommandTckTest

testDiffCommand 0.679 s

JGitUntagCommandTckTest

testPushTagDeletionRejected 0.861 s
testUntagCommandTest 0.375 s

JGitSshUntagCommandTckTest

testUntagCommandTestWithPush 1.316 s
testUntagCommandWithPassphraseAndPushTest 0.830 s
testUntagCommandTest 0.326 s

JGitTagCommandTckTest

testPushTagRejected 0.821 s
testTagCommandTest 0.597 s