Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 5 | 0 | 0 | 0 | 100% | 1.859 s |
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 |
|---|---|---|---|---|---|---|
| com.example.restapi.service | 5 | 0 | 0 | 0 | 100% | 1.859 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
com.example.restapi.service
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| BookServiceTest | 3 | 0 | 0 | 0 | 100% | 0.174 s | |
| UserServiceTest | 2 | 0 | 0 | 0 | 100% | 1.685 s |
Test Cases
[Summary] [Package List] [Test Cases]
BookServiceTest
| testReturnBook | 0.156 s | |
| testCreateBook | 0.007 s | |
| testBorrowBook | 0.006 s |
UserServiceTest
| testCreateUser | 1.646 s | |
| testGetUserById | 0.006 s |
