Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
79 0 0 0 100% 0.794

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.jazz.command.blame 2 0 0 0 100% 0.004
org.apache.maven.scm.provider.jazz.command.unedit 2 0 0 0 100% 0.004
org.apache.maven.scm.provider.jazz.command.diff 1 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.checkin 6 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.status 15 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.changelog 6 0 0 0 100% 0.556
org.apache.maven.scm.provider.jazz.command.consumer 2 0 0 0 100% 0.006
org.apache.maven.scm.provider.jazz.command.checkout 2 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.repository 25 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.tag 4 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.update 1 0 0 0 100% 0.003
org.apache.maven.scm.provider.jazz.command.list 2 0 0 0 100% 0.005
org.apache.maven.scm.provider.jazz.command.add 3 0 0 0 100% 0.191
org.apache.maven.scm.provider.jazz.command.branch 1 0 0 0 100% 0.001
org.apache.maven.scm.provider.jazz.command 5 0 0 0 100% 0.002
org.apache.maven.scm.provider.jazz.command.edit 2 0 0 0 100% 0.004

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

org.apache.maven.scm.provider.jazz.command.blame

Class Tests Errors Failures Skipped Success Rate Time
JazzBlameCommandTest 2 0 0 0 100% 0.004

org.apache.maven.scm.provider.jazz.command.unedit

Class Tests Errors Failures Skipped Success Rate Time
JazzUnEditCommandTest 2 0 0 0 100% 0.004

org.apache.maven.scm.provider.jazz.command.diff

Class Tests Errors Failures Skipped Success Rate Time
JazzDiffCommandTest 1 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.checkin

Class Tests Errors Failures Skipped Success Rate Time
JazzCheckInCommandTest 6 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.status

Class Tests Errors Failures Skipped Success Rate Time
JazzStatusCommandTest 15 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.changelog

Class Tests Errors Failures Skipped Success Rate Time
JazzChangeLogCommandTest 6 0 0 0 100% 0.556

org.apache.maven.scm.provider.jazz.command.consumer

Class Tests Errors Failures Skipped Success Rate Time
DebugLoggerConsumerTest 1 0 0 0 100% 0.002
ErrorConsumerTest 1 0 0 0 100% 0.004

org.apache.maven.scm.provider.jazz.command.checkout

Class Tests Errors Failures Skipped Success Rate Time
JazzCheckOutCommandTest 2 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.repository

Class Tests Errors Failures Skipped Success Rate Time
JazzScmProviderRepositoryTest 25 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.tag

Class Tests Errors Failures Skipped Success Rate Time
JazzTagCommandTest 4 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.update

Class Tests Errors Failures Skipped Success Rate Time
JazzUpdateCommandTest 1 0 0 0 100% 0.003

org.apache.maven.scm.provider.jazz.command.list

Class Tests Errors Failures Skipped Success Rate Time
JazzListCommandTest 2 0 0 0 100% 0.005

org.apache.maven.scm.provider.jazz.command.add

Class Tests Errors Failures Skipped Success Rate Time
JazzAddCommandTest 3 0 0 0 100% 0.191

org.apache.maven.scm.provider.jazz.command.branch

Class Tests Errors Failures Skipped Success Rate Time
JazzBranchCommandTest 1 0 0 0 100% 0.001

org.apache.maven.scm.provider.jazz.command

Class Tests Errors Failures Skipped Success Rate Time
JazzScmCommandTest 5 0 0 0 100% 0.002

org.apache.maven.scm.provider.jazz.command.edit

Class Tests Errors Failures Skipped Success Rate Time
JazzEditCommandTest 2 0 0 0 100% 0.004

Test Cases

[Summary] [Package List] [Test Cases]

JazzAddCommandTest

testCreateAddCommand 0.141
testCheckInConsumerWithFiles 0.009
testCheckInConsumerWithOutFiles 0.008

JazzBlameCommandTest

testConsumer 0
testCreateBlameCommand 0

JazzBranchCommandTest

testCommandline 0

JazzChangeLogCommandTest

testCreateHistoryCommand 0
testListChangesetConsumerWithTimeOnly 0.554
testStripDelimiters 0
testCreateListChangesetCommand 0
testListChangesetConsumer 0
testHistoryConsumer 0

JazzCheckInCommandTest

testCreateCheckInCommandCheckingInLocalChanges 0
testCreateChangesetAssociateCommand 0
testCheckInConsumerWithFiles 0
testCreateCreateChangesetCommand 0
testCreateCheckInCommandCheckingInSpecificFiles 0
testCheckInConsumerWithOutFiles 0

JazzCheckOutCommandTest

testCreateJazzLoadCommand 0
testConsumer 0

DebugLoggerConsumerTest

testErrorConsumer 0

ErrorConsumerTest

testErrorConsumer 0

JazzDiffCommandTest

testCreateDiffCommand 0

JazzEditCommandTest

testCreateEditCommandWithSpecificFiles 0
testCreateEditCommandWithEmptyFileSet 0

JazzScmCommandTest

testJazzScmCommand 0
testCryptPassword 0
testJazzScmCommandWithExtraArg 0
testFileList 0
testCryptPasswordWithExtraArg 0

JazzListCommandTest

testCreateListCommand 0
testConsumer 0

JazzStatusCommandTest

testConsumerWithMultipleChangeSetsAndWorkItems 0
testCollision 0
testIncomingOutgoing 0
testConsumerUnresolvedIncomingOutgoing 0
testConsumerWithOutStream 0
testCreateStatusCommand 0
testConsumerWithStream 0
testConsumer 0
testConsumerWithMultipleChangeSets 0
testMultipleIncoming 0
testConsumerWithAdditionalInfo 0
testIncoming 0
testServerUnreachable1 0
testServerUnreachable2 0
testServerUnreachable3 0

JazzTagCommandTest

testCreateTagDeliverCommand 0
testCreateTagCreateWorkspaceCommand 0
testCreateTagCreateSnapshotCommand 0
testCreateTagSnapshotPromoteCommand 0

JazzUnEditCommandTest

testCreateUneditCommandWithSpecificFiles 0
testCreateUneditCommandWithEmptyFileSet 0

JazzUpdateCommandTest

testCreateAcceptCommand 0

JazzScmProviderRepositoryTest

testLegalFullHttpURIWithLongPath 0
testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndUsernameAndPasswordAndPort 0
testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndPort 0
testLegalFullHttpsURI 0
testIllegalWrongProtocolURI 0
testLegalHttpsURIWithUserAndPassword 0
testLegalHttpURIWithLongPath 0
testLegalHttpURIWithShortPathPath 0
testLegalHttpURIWithUserAndPassword 0
testLegalFullHttpURIWithShortPath 0
testLegalHttpsURINoPort 0
testIllegalFullHttpsURIWithMissingPathOrWorkspace 0
testIllegalFullHttpsURIWithMissingPortAndPathOrWorkspace 0
testLegalFullHttpURIWithShortPathAndNoPort 0
testLegalHttpsURIWithUser 0
testLegalFullHttpsURIWithSpaces 0
testLegalHttpURIWithShortPathPathAndNoPort 0
testLegalHttpsURI 0
testLegalHttpURIWithUser 0
testLegalHttpURI 0
testLegalFullHttpURIWithSpaces 0
testLegalFullHttpURI 0
testIllegalFullHttpsURIWithMissingPortButWithColon 0
testIllegalFullHttpsURIWithBadPort 0
testLegalFullHttpsURIWithSpacesAndQuote 0