Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
58 0 0 0 100% 0.818

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.perforce.command.tag 3 0 0 0 100% 0.023
org.apache.maven.scm.provider.perforce.command.blame 2 0 0 0 100% 0.049
org.apache.maven.scm.provider.perforce.command.status 2 0 0 0 100% 0.018
org.apache.maven.scm.provider.perforce 9 0 0 0 100% 0.074
org.apache.maven.scm.provider.perforce.command.changelog 7 0 0 0 100% 0.121
org.apache.maven.scm.provider.perforce.command.login 3 0 0 0 100% 0.02
org.apache.maven.scm.provider.perforce.command 1 0 0 0 100% 0.033
org.apache.maven.scm.provider.perforce.command.remove 4 0 0 0 100% 0.035
org.apache.maven.scm.provider.perforce.command.checkin 7 0 0 0 100% 0.075
org.apache.maven.scm.provider.perforce.command.diff 3 0 0 0 100% 0.026
org.apache.maven.scm.provider.perforce.command.checkout 6 0 0 0 100% 0.057
org.apache.maven.scm.provider.perforce.command.unedit 3 0 0 0 100% 0.028
org.apache.maven.scm.provider.perforce.command.add 4 0 0 0 100% 0.228
org.apache.maven.scm.provider.perforce.command.edit 4 0 0 0 100% 0.031

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

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceTagCommandTest 1 0 0 0 100% 0.007
PerforceTagConsumerTest 2 0 0 0 100% 0.016

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceBlameConsumerTest 1 0 0 0 100% 0.024
PerforceFilelogConsumerTest 1 0 0 0 100% 0.025

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceStatusCommandTest 1 0 0 0 100% 0.01
PerforceStatusConsumerTest 1 0 0 0 100% 0.008

org.apache.maven.scm.provider.perforce

Class Tests Errors Failures Skipped Success Rate Time
PerforceScmProviderTest 9 0 0 0 100% 0.074

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceChangeLogCommandTest 5 0 0 0 100% 0.083
PerforceChangeLogConsumerTest 1 0 0 0 100% 0.019
PerforceDescribeConsumerTest 1 0 0 0 100% 0.019

org.apache.maven.scm.provider.perforce.command.login

Class Tests Errors Failures Skipped Success Rate Time
PerforceLoginCommandTest 1 0 0 0 100% 0.008
PerforceLoginConsumerTest 2 0 0 0 100% 0.012

org.apache.maven.scm.provider.perforce.command

Class Tests Errors Failures Skipped Success Rate Time
PerforceInfoCommandTest 1 0 0 0 100% 0.033

org.apache.maven.scm.provider.perforce.command.remove

Class Tests Errors Failures Skipped Success Rate Time
PerforceRemoveCommandTest 3 0 0 0 100% 0.026
PerforceRemoveConsumerTest 1 0 0 0 100% 0.009

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceCheckInCommandTest 4 0 0 0 100% 0.049
PerforceCheckInConsumerTest 3 0 0 0 100% 0.026

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceDiffCommandTest 2 0 0 0 100% 0.017
PerforceDiffConsumerTest 1 0 0 0 100% 0.009

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceCheckOutCommandTest 4 0 0 0 100% 0.04
PerforceCheckOutConsumerTest 2 0 0 0 100% 0.017

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceUnEditCommandTest 1 0 0 0 100% 0.011
PerforceUnEditConsumerTest 2 0 0 0 100% 0.017

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceAddCommandTest 3 0 0 0 100% 0.205
PerforceAddConsumerTest 1 0 0 0 100% 0.023

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

Class Tests Errors Failures Skipped Success Rate Time
PerforceEditCommandTest 3 0 0 0 100% 0.023
PerforceEditConsumerTest 1 0 0 0 100% 0.008

Test Cases

[Summary] [Package List] [Test Cases]

PerforceAddCommandTest

testGetCommandLineWithHostAndPort 0.168
testGetCommandLine 0.02
testGetCommandLineWithHost 0.017

PerforceAddConsumerTest

testParse 0.023

PerforceBlameConsumerTest

testParse 0.024

PerforceFilelogConsumerTest

testParse 0.025

PerforceChangeLogCommandTest

testGetCommandLineWithHostAndPort 0.021
testGetCommandLineWithStartAndEndChangelists 0.017
testGetCommandLineWithStartAndEndDates 0.014
testGetCommandLine 0.018
testGetCommandLineWithHost 0.013

PerforceChangeLogConsumerTest

testParse 0.019

PerforceDescribeConsumerTest

testParse 0.019

PerforceCheckInCommandTest

testGetCommandLineAbsolutePaths 0.014
testGetCommandLineWithHostAndPort 0.01
testGetCommandLine 0.015
testGetCommandLineWithHost 0.01

PerforceCheckInConsumerTest

testBadParse 0.009
testGooderParse 0.009
testGoodParse 0.008

PerforceCheckOutCommandTest

testClean 0.009
testGetCommandLineWithHostAndPort 0.014
testGetCommandLine 0.009
testGetCommandLineWithHost 0.008

PerforceCheckOutConsumerTest

testBadParse 0.009
testGoodParse 0.008

PerforceDiffCommandTest

testGetCommandLine 0.01
testGetCommandLineWithRevs 0.007

PerforceDiffConsumerTest

testParse 0.009

PerforceEditCommandTest

testRelativeCommandLine 0.009
testAbsoluteCommandLine 0.007
testGetCommandLine 0.007

PerforceEditConsumerTest

testParse 0.008

PerforceLoginCommandTest

testGetCommandLine 0.008

PerforceLoginConsumerTest

testBadParse 0.006
testGoodParse 0.006

PerforceInfoCommandTest

testPerforceInfo 0.033

PerforceRemoveCommandTest

testGetCommandLineWithHostAndPort 0.01
testGetCommandLine 0.008
testGetCommandLineWithHost 0.008

PerforceRemoveConsumerTest

testParse 0.009

PerforceStatusCommandTest

testCreateCommandLine 0.01

PerforceStatusConsumerTest

testGoodParse 0.008

PerforceTagCommandTest

testCreateCommandLine 0.007

PerforceTagConsumerTest

testBadParse 0.008
testGoodParse 0.008

PerforceUnEditCommandTest

testGetCommandLine 0.011

PerforceUnEditConsumerTest

testBadParse 0.009
testGoodParse 0.008

PerforceScmProviderTest

testParseConnectionWithHost 0.008
testParseConnection 0.009
testParseConnectionWithHostPortAndUsername2 0.01
testParseConnectionWithSsl 0.008
testParseConnectionWithUsername 0.008
testParseConnectionWithHostAndUsername 0.008
testRepositoryPathCanonicalization 0.008
testParseConnectionWithHostPortAndUsername 0.008
testParseConnectionWithHostAndPort 0.007