Skip to content

Commit 6b7f17d

Browse files
committed
Improve display names in tests
See #4698 See #4699
1 parent 9568c8b commit 6b7f17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupiter-tests/src/test/java/org/junit/jupiter/api/condition/ConditionEvaluationResultTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void disabledWithValidDefaultReasonAndCustomReason() {
156156
}
157157

158158
@Retention(RetentionPolicy.RUNTIME)
159-
@ParameterizedTest
159+
@ParameterizedTest(name = "[{index}] reason=\"{0}\"")
160160
@NullSource
161161
@ValueSource(strings = { "", " ", " ", "\t", "\n" })
162162
@interface EmptyReasonsTest {

0 commit comments

Comments
 (0)