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
Configure index in @ParameterizedTest display names
This commit prepends "[{index}] " to all custom display names
configured via @ParameterizedTest.
This provides better diagnostics between the "technical names" reported
on the CI server vs. the "display names" reported within a developer's
IDE.
See spring-projectsgh-23451
Copy file name to clipboardExpand all lines: spring-test/src/test/java/org/springframework/test/context/support/GenericXmlContextLoaderResourceLocationsTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ class GenericXmlContextLoaderResourceLocationsTests {
Copy file name to clipboardExpand all lines: spring-web/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public static Flux<Long> testInterval(Duration period, int count) {
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ class WebClientIntegrationTests {
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/result/method/annotation/SseIntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ class SseIntegrationTests extends AbstractHttpHandlerIntegrationTests {
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/socket/AbstractWebSocketIntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ abstract class AbstractWebSocketIntegrationTests {
Copy file name to clipboardExpand all lines: spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/HandlerMethodAnnotationDetectionTests.java
0 commit comments