Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
11 0 0 0 100% 1.596

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
org.lanyonm.playground.service 3 0 0 0 100% 0.046
org.lanyonm.playground.web.controller 8 0 0 0 100% 1.55

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

org.lanyonm.playground.service

Class Tests Errors Failures Skipped Success Rate Time
UserServiceTest 2 0 0 0 100% 0.044
ExceptionServiceTest 1 0 0 0 100% 0.002

org.lanyonm.playground.web.controller

Class Tests Errors Failures Skipped Success Rate Time
HomeControllerTest 4 0 0 0 100% 1.128
TodoControllerTest 4 0 0 0 100% 0.422

Test Cases

[Summary] [Package List] [Test Cases]

UserServiceTest

testSaveUser 0.04
testGetAllUsers 0.004

ExceptionServiceTest

testWillLogIfInterrupted 0.002

HomeControllerTest

testExceptions 0.027
testIndex 0.027
testUsers 0.033
testToggleExceptions 1.041

TodoControllerTest

testTodoAddEditShow 0.259
testIndex 0.045
testTodoEdit 0.057
testTodoAddDelete 0.061