Failsafe Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 33 | 0 | 0 | 0 | 100% | 38.558 |
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 |
|---|---|---|---|---|---|---|
| usecase.section | 2 | 0 | 0 | 0 | 100% | 3.03 |
| usecase.user | 4 | 0 | 0 | 0 | 100% | 6.167 |
| media | 3 | 0 | 0 | 0 | 100% | 0.188 |
| model.repository | 22 | 0 | 0 | 0 | 100% | 25.924 |
| usecase.follow | 2 | 0 | 0 | 0 | 100% | 3.249 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
usecase.section
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| SectionServiceIT | 2 | 0 | 0 | 0 | 100% | 3.03 |
usecase.user
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| BanServiceIT | 2 | 0 | 0 | 0 | 100% | 2.913 | |
| UserServiceIT | 2 | 0 | 0 | 0 | 100% | 3.254 |
media
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| MediaRepositoryIT | 3 | 0 | 0 | 0 | 100% | 0.188 |
model.repository
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CommentRepositoryIT | 2 | 0 | 0 | 0 | 100% | 12.557 | |
| GenericRepositoryIT | 5 | 0 | 0 | 0 | 100% | 3.424 | |
| PostRepositoryIT | 10 | 0 | 0 | 0 | 100% | 3.799 | |
| SectionRepositoryIT | 3 | 0 | 0 | 0 | 100% | 3.317 | |
| UserRepositoryIT | 2 | 0 | 0 | 0 | 100% | 2.827 |
usecase.follow
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| FollowServiceIT | 2 | 0 | 0 | 0 | 100% | 3.249 |
Test Cases
[Summary] [Package List] [Test Cases]
MediaRepositoryIT
| insert | 0.141 | |
| remove | 0 | |
| insertRandomName | 0 |
CommentRepositoryIT
| testRetrieveByPost | 0.313 | |
| testRetrieveReplies | 0.125 |
GenericRepositoryIT
| countTest | 0.063 | |
| removeTest | 0.015 | |
| findAllTest | 0.016 | |
| mergeTest | 0.031 | |
| findByIdTest | 0.016 |
PostRepositoryIT
SectionRepositoryIT
| mostFollowedSectionsAfter | 0.141 | |
| testRetrieve | 0.016 | |
| mostFollowedSections | 0.109 |
UserRepositoryIT
| testRetrieve | 0.016 | |
| testBan | 0.015 |
FollowServiceIT
| successfullyFollow | 0.219 | |
| successfullyUnfollow | 0.015 |
SectionServiceIT
| successfulShowSectionsMap | 0.047 | |
| successfulShowSections | 0.016 |
BanServiceIT
| successfulAddBanWithFutureDate | 0.016 | |
| successfulRemoveBan | 0.015 |
UserServiceIT
| successfulAddUser | 0.453 | |
| successfulRemoveBan | 0.047 |

