Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
5 2 0 0 60% 0.01

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 3 2 0 0 33.333% 0.01
com.programmingchronicles.tdd.domain 2 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 3 2 0 0 33.333% 0.01

com.programmingchronicles.tdd.domain

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

Test Cases

[Summary] [Package List] [Test Cases]

TestGlobalAddressBook

testGetContact 0.006
Not yet implemented
testAddContact 0.001
Not yet implemented
testGetContactInvalidId 0.003

TestContact

testFirstName 0
testIdProperty 0

Failure Details

[Summary] [Package List] [Test Cases]


testGetContact
java.lang.UnsupportedOperationException: Not yet implemented
testAddContact
java.lang.UnsupportedOperationException: Not yet implemented