Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
27 0 0 0 100% 0.282

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

Package List


Package Tests Errors Failures Skipped Success Rate Time
com.jpeterson.example 1 0 0 0 100% 0.016
com.jpeterson.example.data 26 0 0 0 100% 0.266

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

com.jpeterson.example

Class Tests Errors Failures Skipped Success Rate Time
BastRestVersionTest 1 0 0 0 100% 0.016

com.jpeterson.example.data

Class Tests Errors Failures Skipped Success Rate Time
EntityTest 5 0 0 0 100% 0.016
GroupServiceTest 3 0 0 0 100% 0.015
GroupTest 5 0 0 0 100% 0
UserServiceTest 5 0 0 0 100% 0.235
UserTest 8 0 0 0 100% 0

Test Cases

BastRestVersionTest

test_shredPath 0.016

EntityTest

test_id 0
test_created 0
test_updated 0
test_serialization1 0
test_serialization2 0

GroupServiceTest

test_basePersistence 0.015
test_findByName 0
test_duplicateName 0

GroupTest

test_name 0
test_description 0
test_addUserToGroup 0
test_removeUserFromGroup 0
test_addUserToGroups 0

UserServiceTest

test_basePersistence 0.094
test_findByUsername 0
test_duplicateUsername 0
test_calculatePassword 0.109
test_authenticate 0.016

UserTest

test_username 0
test_givenName 0
test_additonalName 0
test_familyName 0
test_email 0
test_addGroupUserToUser 0
test_removeGroupFromUser 0
test_addGroupToUsers 0