Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
5 | 0 | 0 | 0 | 100% | 1.842 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.842 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% | 1.821 s |
![]() |
UserServiceTest | 2 | 0 | 0 | 0 | 100% | 0.021 s |
Test Cases
[Summary] [Package List] [Test Cases]
BookServiceTest
![]() |
testReturnBook | 1.763 s |
![]() |
testCreateBook | 0.012 s |
![]() |
testBorrowBook | 0.007 s |
UserServiceTest
![]() |
testCreateUser | 0.015 s |
![]() |
testGetUserById | 0.003 s |