Summary

Tests Errors Failures Skipped Success Rate Time
12 0 0 0 100% 1.935

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

Package Tests Errors Failures Skipped Success Rate Time
1 0 0 0 100% 0.055
org.in2.simpleBoard.dao 11 0 0 0 100% 1.88

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

Class Tests Errors Failures Skipped Success Rate Time
CoreTest 1 0 0 0 100% 0.055

org.in2.simpleBoard.dao

Class Tests Errors Failures Skipped Success Rate Time
BoardDaoTest 4 0 0 0 100% 0.092
CategoryDaoTest 2 0 0 0 100% 0.045
PersonDaoTest 5 0 0 0 100% 1.743

Test Cases

BoardDaoTest

testFindByBoardId 0.046
testFindByCategoryId 0.016
testFindAll 0.015
testFindByDate 0.015

CategoryDaoTest

testFindCategoryByName 0.026
testAddAndRemoveCategory 0.017

CoreTest

testGetHello 0.055

PersonDaoTest

testFindByEmail 1.63
testFindBySurname 0.017
testFindByUserName 0.018
testFindByName 0.018
testAddAndRemoveUser 0.044