Failsafe Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
39 0 0 0 100% 10.906

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
net.andresbustamante.yafoot.core.dao 37 0 0 0 100% 9.139
net.andresbustamante.yafoot.messaging.services.impl 2 0 0 0 100% 1.767

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

net.andresbustamante.yafoot.core.dao

Class Tests Errors Failures Skipped Success Rate Time
MatchDaoIT 18 0 0 0 100% 1.685
PlayerDaoIT 7 0 0 0 100% 0.506
CarDaoIT 8 0 0 0 100% 0.214
SportDaoIT 1 0 0 0 100% 6.642
SiteDaoIT 3 0 0 0 100% 0.092

net.andresbustamante.yafoot.messaging.services.impl

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

Test Cases

[Summary] [Package List] [Test Cases]

MessagingServiceIT

sendEmailToInvalidDestination 0.32
sendEmail 0.071

MatchDaoIT

findMatchesByPlayerAndEndDate 0.287
unregisterPlayer 0.093
findMatchesByPlayerAndStartDate 0.124
findMatchByCode 0.076
loadRegistration 0.055
updateStatus 0.084
unregisterPlayerFromAllMatches 0.12
loadMatchWithoutRegistrations 0.082
isPlayerRegistered 0.085
updateCarForRegistration 0.054
registerPlayerWithCar 0.08
loadMatchWithRegistrations 0.083
findMatchesByPlayerAndStatus 0.115
isCodeAlreadyRegistered 0.029
saveMatch 0.038
findMatchesByPlayerAndSport 0.082
findMatchById 0.026
registerPlayerWithNoCar 0.066

PlayerDaoIT

updatePlayer 0.299
deletePlayer 0.022
isPlayerAlreadySignedIn 0.021
deactivatePlayer 0.022
savePlayer 0.026
findPlayerById 0.026
findPlayerByEmail 0.049

CarDaoIT

testCarUnusedForFutureMatch 0.031
findCarsByMatch 0.045
testUpdateCar 0.022
testCarUsedForFutureMatch 0.032
findCarsByPlayer 0.008
findCarById 0.014
testDeactivateCar 0.016
saveCar 0.008

SportDaoIT

loadSports 0.19

SiteDaoIT

saveSite 0.036
findSitesByPlayer 0.026
findSiteById 0.024