Skip to content

Commit e5c9a56

Browse files
committed
Improve display names in tests
See #4698 See #4699 (cherry picked from commit 6b7f17d)
1 parent cf19095 commit e5c9a56

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
@@ -155,7 +155,7 @@ void disabledWithValidDefaultReasonAndCustomReason() {
155155
}
156156

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

0 commit comments

Comments
 (0)