mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Use uppercase for classpath-related static final field names
Closes gh-35525
This commit is contained in:
+5
-5
@@ -59,7 +59,7 @@ import static org.springframework.test.context.TestExecutionListeners.MergeMode.
|
||||
*/
|
||||
class TestExecutionListenersTests {
|
||||
|
||||
private static final Class<?> micrometerListenerClass =
|
||||
private static final Class<?> MICROMETER_LISTENER_CLASS =
|
||||
ClassUtils.resolveClassName("org.springframework.test.context.observation.MicrometerObservationRegistryTestExecutionListener", null);
|
||||
|
||||
@Test
|
||||
@@ -70,7 +70,7 @@ class TestExecutionListenersTests {
|
||||
ApplicationEventsTestExecutionListener.class,//
|
||||
BeanOverrideTestExecutionListener.class,//
|
||||
DependencyInjectionTestExecutionListener.class,//
|
||||
micrometerListenerClass,//
|
||||
MICROMETER_LISTENER_CLASS,//
|
||||
DirtiesContextTestExecutionListener.class,//
|
||||
CommonCachesTestExecutionListener.class, //
|
||||
TransactionalTestExecutionListener.class,//
|
||||
@@ -93,7 +93,7 @@ class TestExecutionListenersTests {
|
||||
ApplicationEventsTestExecutionListener.class,//
|
||||
BeanOverrideTestExecutionListener.class,//
|
||||
DependencyInjectionTestExecutionListener.class,//
|
||||
micrometerListenerClass,//
|
||||
MICROMETER_LISTENER_CLASS,//
|
||||
DirtiesContextTestExecutionListener.class,//
|
||||
CommonCachesTestExecutionListener.class, //
|
||||
TransactionalTestExecutionListener.class,//
|
||||
@@ -115,7 +115,7 @@ class TestExecutionListenersTests {
|
||||
ApplicationEventsTestExecutionListener.class,//
|
||||
BeanOverrideTestExecutionListener.class,//
|
||||
DependencyInjectionTestExecutionListener.class,//
|
||||
micrometerListenerClass,//
|
||||
MICROMETER_LISTENER_CLASS,//
|
||||
DirtiesContextTestExecutionListener.class,//
|
||||
CommonCachesTestExecutionListener.class, //
|
||||
TransactionalTestExecutionListener.class,
|
||||
@@ -139,7 +139,7 @@ class TestExecutionListenersTests {
|
||||
BeanOverrideTestExecutionListener.class,//
|
||||
DependencyInjectionTestExecutionListener.class,//
|
||||
BarTestExecutionListener.class,//
|
||||
micrometerListenerClass,//
|
||||
MICROMETER_LISTENER_CLASS,//
|
||||
DirtiesContextTestExecutionListener.class,//
|
||||
CommonCachesTestExecutionListener.class, //
|
||||
TransactionalTestExecutionListener.class,//
|
||||
|
||||
Reference in New Issue
Block a user