Skip to content

Commit 6e28e76

Browse files
committed
add better name for printing names of parameterized test
1 parent 56f6ada commit 6e28e76

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302

Whitespace-only changes.

.idea/workspace.xml

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/java/io/github/dbc/DuplicateCharactersCounterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void setUp() {
1717
counter = new DuplicateCharactersCounter();
1818
}
1919

20-
@ParameterizedTest
20+
@ParameterizedTest(name = "countDuplicateCharacters(\"{arguments}\")")
2121
@ValueSource(strings = {"abcdefghijklmnopqrstuvwxyz", "dbc", "A", "1234567890", " "})
2222
@DisplayName("should return map of correct size")
2323
void shouldReturnMapOfCorrectSize(String input) {

0 commit comments

Comments
 (0)