mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish tests for configuration constants
See gh-30851
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ class CustomizableTraceInterceptorTests {
|
||||
@Test
|
||||
@SuppressWarnings("deprecation")
|
||||
void supportedPlaceholderValues() {
|
||||
assertThat(ALLOWED_PLACEHOLDERS).containsAll(getPlaceholderConstantValues());
|
||||
assertThat(ALLOWED_PLACEHOLDERS).containsExactlyInAnyOrderElementsOf(getPlaceholderConstantValues());
|
||||
}
|
||||
|
||||
private List<String> getPlaceholderConstantValues() {
|
||||
|
||||
Reference in New Issue
Block a user