Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
23 0 0 0 100% 0.244

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.support 22 0 0 0 100% 0.244
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.support

Class Tests Errors Failures Skipped Success Rate Time
TestIncrementIdGenerator 2 0 0 0 100% 0.015
TestMemAddressBook 18 0 0 0 100% 0.19
TestUUIDIdGenerator 2 0 0 0 100% 0.039

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

TestMemAddressBook

testGetContact 0.127
testGetContactInvalidId 0.004
testAddFullContact 0.004
testAddWithoutFirstName 0.005
testAddBlankFirstName 0.003
testAddContact 0.02
testAddEmptyFirstName 0
testAddDuplicateFirstName 0
testAddDuplicateSurname 0
testDeleteContact 0.003
testAddDuplicateNameFirstContactWithoutSurname 0.006
testAddDuplicateNameWithCapital 0.001
testAddDuplicateNameWithBlanks 0.003
testAddDuplicateNameWithNullSurname 0.003
testAddDuplicateNameDifferentSurname 0.003
testAddDuplicateSurnameCapitalLetters 0.003
testAddDuplicateSurnameWithBlanks 0.002
testsAddDifferentNameSameData 0.003

TestUUIDIdGenerator

testNewId 0.038
testNewIdDifferentInstances 0.001

TestContact

testAllProperties 0