mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-26 11:08:08 +01:00
Removed parameterized test names
This commit is contained in:
parent
ebffd886fe
commit
1c8fa4c18e
@ -47,7 +47,7 @@ class URIPathTest {
|
||||
assertEquals(expected, result);
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "URIPath {0} gets part {1}: {2}")
|
||||
@ParameterizedTest
|
||||
@CsvSource({
|
||||
"/", "0", " ",
|
||||
"/example/target", "0", "example",
|
||||
@ -101,7 +101,7 @@ class URIPathTest {
|
||||
assertEquals(expected, result);
|
||||
}
|
||||
|
||||
@ParameterizedTest(name = "URIPath {0} removes parts before part {1}: {2}")
|
||||
@ParameterizedTest
|
||||
@CsvSource({
|
||||
"/example/target", "1", "/target",
|
||||
"/example/target/", "2", "/",
|
||||
|
Loading…
Reference in New Issue
Block a user