Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 793048a

Browse files
committed
Add name to parameterized tests
1 parent 8a873b4 commit 793048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-frontend/src/test/kotlin/org/jetbrains/kotlin/gradle/frontend/SimpleFrontendProjectTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ class SimpleFrontendProjectTest(gradleVersion: String, kotlinVersion: String) :
529529

530530
companion object {
531531
@JvmStatic
532-
@Parameters
532+
@Parameters(name = "gradle {0}, kotlin {1}")
533533
fun versions() = listOf(
534534
arrayOf("3.5", "1.1.61"),
535535
arrayOf("4.1", "1.1.61"),

0 commit comments

Comments
 (0)