Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.addressbook 5 0 0 0 100% 0.13
com.programmingchronicles.addressbook.support 4 0 0 0 100% 0.031
com.programmingchronicles.tdd.domain 1 0 0 0 100% 0

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

com.programmingchronicles.tdd.addressbook

Class Tests Errors Failures Skipped Success Rate Time
TestGlobalAddressBook 5 0 0 0 100% 0.13

com.programmingchronicles.addressbook.support

Class Tests Errors Failures Skipped Success Rate Time
TestIncrementIdGenerator 2 0 0 0 100% 0.014
TestUUIDIdGenerator 2 0 0 0 100% 0.017

com.programmingchronicles.tdd.domain

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

Test Cases

[Summary] [Package List] [Test Cases]

TestIncrementIdGenerator

testNewId 0.014
testNewIdDifferentInstances 0

TestUUIDIdGenerator

testNewId 0.016
testNewIdDifferentInstances 0.001

TestGlobalAddressBook

testAddContact 0.127
testGetContact 0.001
testGetContactInvalidId 0.002
testAddFullContact 0
testAddWithoutFirstName 0

TestContact

testAllProperties 0