Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
10 0 0 0 100% 0.23

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 5 0 0 0 100% 0.178
com.programmingchronicles.tdd.web.addressbook 5 0 0 0 100% 0.052

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.178

com.programmingchronicles.tdd.web.addressbook

Class Tests Errors Failures Skipped Success Rate Time
TestAddContactController 4 0 0 0 100% 0.052
TestShowContactsController 1 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

TestContactCommandConverter

testConvertSuccessed 0.169
testConvertNullParams 0.003
testConvertBlankParams 0.002
testConvertBirthDayError 0.002
testConvertSuccessedWithBlanks 0.002

TestAddContactController

testDoPostNullParams 0.038
testDoPostOnlyName 0.01
testDoPostAddContact 0.003
testDoGetShowForm 0.001

TestShowContactsController

testDoGet 0