[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.
[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.
| 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 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| MessagingServiceIT | 2 | 0 | 0 | 0 | 100% | 1.767 |
[Summary] [Package List] [Test Cases]
| sendEmailToInvalidDestination | 0.32 | |
| sendEmail | 0.071 |
| updatePlayer | 0.299 | |
| deletePlayer | 0.022 | |
| isPlayerAlreadySignedIn | 0.021 | |
| deactivatePlayer | 0.022 | |
| savePlayer | 0.026 | |
| findPlayerById | 0.026 | |
| findPlayerByEmail | 0.049 |
| testCarUnusedForFutureMatch | 0.031 | |
| findCarsByMatch | 0.045 | |
| testUpdateCar | 0.022 | |
| testCarUsedForFutureMatch | 0.032 | |
| findCarsByPlayer | 0.008 | |
| findCarById | 0.014 | |
| testDeactivateCar | 0.016 | |
| saveCar | 0.008 |
| loadSports | 0.19 |
| saveSite | 0.036 | |
| findSitesByPlayer | 0.026 | |
| findSiteById | 0.024 |