You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve ActuatorAutoConfigurationTest by importing MeterRegistry and METER_REGISTRY_CLASS_NAME, and adding assertions to verify the constant equals the expected fully-qualified class name (io.micrometer.core.instrument.MeterRegistry) and matches MeterRegistry.class.getName(). This strengthens the test by ensuring the configuration constant is correct and strongly typed.
Copy file name to clipboardExpand all lines: microsphere-spring-boot-actuator/src/test/java/io/microsphere/spring/boot/actuate/autoconfigure/ActuatorAutoConfigurationTest.java
0 commit comments