Rewrite test to kotlin and add use Json format for tests configure
This commit is contained in:
+6
-1
@@ -1 +1,6 @@
|
||||
// RENAME: JAVA_METHOD->testing.rename.A->void first()->second
|
||||
{
|
||||
"type": "JAVA_METHOD",
|
||||
"classFQN": "testing.rename.A",
|
||||
"methodSignature": "void first()",
|
||||
"newName": "second"
|
||||
}
|
||||
+6
-1
@@ -1 +1,6 @@
|
||||
// RENAME: JAVA_METHOD->testing.JavaClient.D->void first()->second
|
||||
{
|
||||
"type": "JAVA_METHOD",
|
||||
"classFQN": "testing.JavaClient.D",
|
||||
"methodSignature": "void first()",
|
||||
"newName": "second"
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
// RENAME: KOTLIN_FUNCTION->testing.rename.A.first->second
|
||||
|
||||
// KT-2836 Rename method with all its implementations
|
||||
{
|
||||
"type": "KOTLIN_FUNCTION",
|
||||
"classFQN": "testing.rename.A",
|
||||
"oldName": "first",
|
||||
"newName": "second",
|
||||
"comment": "KT-2836 Rename method with all its implementations"
|
||||
}
|
||||
Reference in New Issue
Block a user