Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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

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

com.programmingchronicles.tdd.web.addressbook

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

Test Cases

[Summary] [Package List] [Test Cases]

TestContactCommandConverter

testConvertSuccessedWithBlanks 0.164
testConvertSuccessed 0.003
testConvertNullParams 0.004
testConvertBlankParams 0.002
testConvertBirthDayError 0.002

TestAddContactController

testDoPostNullParams 0.038
testDoPostOnlyName 0.003
testDoPostAddContact 0.002
testDoGetShowForm 0

TestShowContactsController

testDoGet 0