Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
50 0 0 0 100% 49.27 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% 1.136 s
org.apache.maven.scm.provider.git.jgit.command.remoteinfo 1 0 0 0 100% 0.646 s
org.apache.maven.scm.provider.git.jgit.command.status 1 0 0 0 100% 0.787 s
org.apache.maven.scm.provider.git.jgit.command.checkout 6 0 0 0 100% 5.731 s
org.apache.maven.scm.provider.git.jgit.command.checkin 14 0 0 0 100% 8.315 s
org.apache.maven.scm.provider.git.jgit.command.tag 5 0 0 0 100% 8.006 s
org.apache.maven.scm.provider.git.jgit.command.changelog 9 0 0 0 100% 9.505 s
org.apache.maven.scm.provider.git.jgit.command.branch 5 0 0 0 100% 7.915 s
org.apache.maven.scm.provider.git.jgit.command.diff 1 0 0 0 100% 0.725 s
org.apache.maven.scm.provider.git.jgit.command.info 2 0 0 0 100% 0.922 s
org.apache.maven.scm.provider.git.jgit.command.untag 5 0 0 0 100% 5.581 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% 1.136 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.646 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.787 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitCheckOutCommandTckTest 2 0 0 0 100% 0.878 s
JGitSshCheckOutCommandTckTest 4 0 0 0 100% 4.853 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitCheckInCommandCommitterAuthorTckTest 7 0 0 0 100% 4.303 s
JGitCheckInCommandTckTest 7 0 0 0 100% 4.012 s

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

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

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

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

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitSshBranchCommandTckTest 3 0 0 0 100% 6.574 s
JGitBranchCommandTckTest 2 0 0 0 100% 1.341 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.725 s

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

- Class Tests Errors Failures Skipped Success Rate Time
JGitInfoCommandTckTest 2 0 0 0 100% 0.922 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.509 s
JGitSshUntagCommandTckTest 3 0 0 0 100% 4.072 s

Test Cases

[Summary] [Package List] [Test Cases]

JGitRemoveCommandTckTest

testRemoveCommand 1.102 s

JGitRemoteInfoCommandTckTest

testRemoteInfoCommand 0.626 s

JGitCheckOutCommandTckTest

testMakeProviderScmRepositoryFromCheckoutDirectory 0.642 s
testCheckOutCommandTest 0.216 s

JGitSshCheckOutCommandTckTest

testCheckOutCommandWithPregeneratedKeysTest 1.785 s
testCheckOutCommandWithPassphraseTest 1.516 s
testCheckOutCommandTest 0.846 s
testMakeProviderScmRepositoryFromCheckoutDirectory 0.687 s

JGitCheckInCommandCommitterAuthorTckTest

testCheckInCommandTest 1.332 s
testCommitNoVerify 0.328 s
testUpToDatePush 0.283 s
testRejectedNonFastForwardPush 0.533 s
testCommitWithRejectingPreCommitHook 0.352 s
testCheckInCommandFilesetWithBasedirOtherThanWorkingCopyRoot 0.815 s
testCheckInCommandPartialFileset 0.597 s

JGitStatusCommandTckTest

testStatusCommand 0.768 s

JGitInfoCommandTckTest

testInfoCommandFromBasedirDifferentFromWorkingCopyDirectory 0.719 s
testInfoCommandWithJustBasedir 0.155 s

JGitSshTagCommandTckTest

testTagCommandTestWithPush 2.443 s
testTagCommandWithPassphraseAndPushTest 2.734 s
testTagCommandTest 1.242 s

JGitChangeLogCommandTckTest

testChangeLogCommandFromVoneToVtwo 1.016 s
testChangeLogCommandWithStartEndInBadOrder 0.537 s
testChangeLogCommandFromVersionToStartOfRepository 0.689 s
testChangeLogCommandFromHeadToHead 0.515 s
testChangeLogCommandFromVersionToUndefined 0.659 s
testChangeLogCommandFromHeadToStartOfRepository 0.601 s
testChangeLogCommandFromHeadAncestorAndHead 0.693 s
testChangeLogCommandFromUndefinedToHead 0.717 s
testChangeLogCommand 4.049 s

JGitCheckInCommandTckTest

testCommitNoVerify 0.727 s
testUpToDatePush 0.335 s
testRejectedNonFastForwardPush 0.525 s
testCommitWithRejectingPreCommitHook 0.358 s
testCheckInCommandFilesetWithBasedirOtherThanWorkingCopyRoot 0.770 s
testCheckInCommandTest 0.494 s
testCheckInCommandPartialFileset 0.782 s

JGitSshBranchCommandTckTest

testBranchCommandWithPassphraseAndPushTest 3.783 s
testBranchCommandTestWithPush 1.452 s
testBranchCommandTest 1.318 s

JGitBranchCommandTckTest

testPushBranchRejected 0.870 s
testBranchCommandTest 0.447 s

JGitDiffCommandTckTest

testDiffCommand 0.703 s

JGitUntagCommandTckTest

testPushTagDeletionRejected 0.971 s
testUntagCommandTest 0.516 s

JGitSshUntagCommandTckTest

testUntagCommandTestWithPush 1.742 s
testUntagCommandWithPassphraseAndPushTest 1.335 s
testUntagCommandTest 0.974 s

JGitTagCommandTckTest

testPushTagRejected 0.862 s
testTagCommandTest 0.678 s