Rewrite test to kotlin and add use Json format for tests configure
This commit is contained in:
@@ -1 +1,6 @@
|
||||
// RENAME: JAVA_METHOD->testing.JavaClass->String foo()->bar
|
||||
{
|
||||
"type": "JAVA_METHOD",
|
||||
"classFQN": "testing.JavaClass",
|
||||
"methodSignature": "String foo()",
|
||||
"newName": "bar"
|
||||
}
|
||||
@@ -1,2 +1,7 @@
|
||||
// RENAME: KOTLIN_FUNCTION->testing.kotlin.KotlinClass.foo->bar
|
||||
// FILE: MethodUsages.kt
|
||||
{
|
||||
"type": "KOTLIN_FUNCTION",
|
||||
"classFQN": "testing.kotlin.KotlinClass",
|
||||
"oldName": "foo",
|
||||
"newName": "bar",
|
||||
"mainFile": "MethodUsages.kt"
|
||||
}
|
||||
Reference in New Issue
Block a user