spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Andy Wilkinson 9edcd25c25 Simply test for async dispatch metrics filter registration
Previously, the test in MetricsAutoConfigurationIntegrationTests was
testing the functionality of WebMvcMetricsFilter to verify that the
auto-configuration had registered the filter for async dispatches.
This test was complex and covered the same code as a test in
WebMvcMetricsFilterTests.

This commit reworks the test to examine the dispatcher types on the
filter registration directly instead.

Closes gh-11826
2018-01-29 11:23:58 +00:00
..
src Simply test for async dispatch metrics filter registration 2018-01-29 11:23:58 +00:00
pom.xml Polish 2018-01-23 17:01:46 +05:30