Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
5 | 0 | 0 | 0 | 100% | 1.896 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.896 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.198 s |
![]() |
UserServiceTest | 2 | 0 | 0 | 0 | 100% | 1.698 s |
Test Cases
[Summary] [Package List] [Test Cases]
BookServiceTest
![]() |
testReturnBook | 0.175 s |
![]() |
testCreateBook | 0.006 s |
![]() |
testBorrowBook | 0.007 s |
UserServiceTest
![]() |
testCreateUser | 1.661 s |
![]() |
testGetUserById | 0.006 s |