Class io.micronaut.http.server.netty.cors.CorsFilterSpec

10

tests

0

failures

0

ignored

0.139s

duration

100%

successful

Tests

Test Duration Result
test handleRequest for non CORS request 0.068s passed
test handleRequest with disallowed header (not preflight) 0.014s passed
test handleRequest with disallowed method 0.007s passed
test handleRequest with no matching configuration 0.017s passed
test handleRequest with regex matching configuration 0.006s passed
test handleResponse for normal request 0.004s passed
test handleResponse for preflight request 0.003s passed
test handleResponse when configuration not present 0.002s passed
test preflight handleRequest with allowed header 0.006s passed
test preflight handleRequest with disallowed header 0.012s passed