Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 78 | 0 | 0 | 0 | 100% | 13.77 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.flogin.backend | 78 | 0 | 0 | 0 | 100% | 13.77 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
com.flogin.backend
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ProductControllerIntegrationTest | 17 | 0 | 0 | 0 | 100% | 6.106 s | |
| AuthControllerIntegrationTest | 10 | 0 | 0 | 0 | 100% | 1.252 s | |
| ProductServiceImplTest | 14 | 0 | 0 | 0 | 100% | 0.124 s | |
| BackendApplicationTests | 5 | 0 | 0 | 0 | 100% | 1.024 s | |
| AuthControllerMockTest | 5 | 0 | 0 | 0 | 100% | 5.182 s | |
| AuthServiceImplTest | 27 | 0 | 0 | 0 | 100% | 0.085 s |
Test Cases
[Summary] [Package List] [Test Cases]
ProductControllerIntegrationTest
AuthControllerIntegrationTest
ProductServiceImplTest
BackendApplicationTests
| applicationPropertiesAreLoaded | 0.005 s | |
| allControllersAreLoaded | 0.003 s | |
| allNecessaryBeansAreInitialized | 0.018 s | |
| databaseConnectionWorks | 0.004 s | |
| applicationContextLoads | 0.004 s |
AuthControllerMockTest
| testMalformedJson | 0.252 s | |
| testEmptyBody | 0.106 s | |
| testWrongPassword | 0.012 s | |
| testLoginWithMockedService | 0.016 s | |
| testUserNotFound | 0.010 s |