Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
7 0 0 0 100% 0.204 s

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
fr.univtln.bruno.samples.java101.tp3 7 0 0 0 100% 0.204 s

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

fr.univtln.bruno.samples.java101.tp3

- Class Tests Errors Failures Skipped Success Rate Time
BookTest 2 0 0 0 100% 0.164 s
PersonTest 3 0 0 0 100% 0.023 s
CompareConsistencyTest 2 0 0 0 100% 0.017 s

Test Cases

[Summary] [Package List] [Test Cases]

BookTest

of_validatesArguments 0.126 s
compareTo_consistent_ordering 0.011 s

PersonTest

of_validatesArguments 0.004 s
fullName_returnsConcatenation 0.011 s
compareTo_ordersByLastThenFirstThenAge 0.002 s

CompareConsistencyTest

book_compareTo_consistentWithEquals 0.009 s
person_compareTo_consistentWithEquals 0.005 s