Gradle Test Run :core:test
Authentication handling
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| Handler with @AuthedAccessUser requires authentication | authenticatedHandlerRequiresAuth() | 1 | 0 | 0 | 0.010s | 100% |
| Handler without auth annotation does not require authentication | simpleHandlerDoesNotRequireAuth() | 1 | 0 | 0 | 0.047s | 100% |