Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
17 0 0 0 100% 0.311

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
com.programmingchronicles.tdd.web.addressbook.converters 10 0 0 0 100% 0.185
com.programmingchronicles.tdd.web.addressbook 7 0 0 0 100% 0.126

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

com.programmingchronicles.tdd.web.addressbook.converters

Class Tests Errors Failures Skipped Success Rate Time
TestContactCommandConverter 5 0 0 0 100% 0.169
TestContactCommandConverterV2 5 0 0 0 100% 0.016

com.programmingchronicles.tdd.web.addressbook

Class Tests Errors Failures Skipped Success Rate Time
TestAddContactController 6 0 0 0 100% 0.126
TestShowContactsController 1 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

TestContactCommandConverter

testConvertSuccessedWithBlanks 0.158
testConvertSuccessed 0.003
testConvertNullParams 0.004
testConvertBlankParams 0.002
testConvertBirthDayError 0.002

TestContactCommandConverterV2

testConvertSuccessedWithBlanks 0.003
testConvertSuccessed 0.004
testConvertNullParams 0.003
testConvertBlankParams 0.003
testConvertBirthDayError 0.003

TestAddContactController

testDoPostAddContact 0.103
testDoPostAddContactRedirect 0.005
testDoPostNullParams 0.006
testDoPostGetParameters 0.005
testDoGetShowForm 0.003
testDoPostOnlyName 0.004

TestShowContactsController

testDoGet 0