Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
4 0 1 0 75% 0.068

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 4 0 1 0 75% 0.068

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 4 0 1 0 75% 0.068

Test Cases

[Summary] [Package List] [Test Cases]

TestGlobalAddressBook

testAddContact 0.004
testAddContactRepeatedId 0.061
Expected exception: com.programmingchronicles.tdd.addressbook.InvalidIdException
testGetContact 0.001
testGetContactInvalidId 0.002

Failure Details

[Summary] [Package List] [Test Cases]


testAddContactRepeatedId
java.lang.AssertionError: Expected exception: com.programmingchronicles.tdd.addressbook.InvalidIdException