[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
12 | 0 | 0 | 0 | 100% | 9.59 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
com.oc_p9.gateway_service | 1 | 0 | 0 | 0 | 100% | 4.002 |
com.oc_p9.gateway_service.configuration | 6 | 0 | 0 | 0 | 100% | 2.934 |
com.oc_p9.gateway_service.controller | 3 | 0 | 0 | 0 | 100% | 1.937 |
com.oc_p9.gateway_service.util | 2 | 0 | 0 | 0 | 100% | 0.717 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
GatewayServiceApplicationTests | 1 | 0 | 0 | 0 | 100% | 4.002 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
JwtAuthenticationFilterTest | 4 | 0 | 0 | 0 | 100% | 2.601 |
![]() |
SecurityConfigTest | 2 | 0 | 0 | 0 | 100% | 0.333 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
AuthControllerTest | 3 | 0 | 0 | 0 | 100% | 1.937 |
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
![]() |
JwtUtilTest | 2 | 0 | 0 | 0 | 100% | 0.717 |
[Summary] [Package List] [Test Cases]
![]() |
shouldSkipInvalidToken | 2.549 |
![]() |
shouldAuthenticateFromAuthorizationHeader | 0.028 |
![]() |
shouldSkipOptionsRequest | 0.007 |
![]() |
shouldAuthenticateFromCookie | 0.006 |
![]() |
loginWithInvalidCredentialsShouldReturnUnauthorized | 1.705 |
![]() |
loginWithValidCredentialsShouldReturnTokenAndSetCookie | 0.179 |
![]() |
logoutShouldReturnOkAndClearCookie | 0.05 |
![]() |
unauthorizedEntryPointShouldSet401 | 0.231 |
![]() |
shouldConfigureSecurityChain | 0.099 |
![]() |
contextLoads | 0.021 |
![]() |
shouldGenerateAndValidateToken | 0.672 |
![]() |
shouldReturnFalseForInvalidToken | 0.005 |