diff --git a/idea/resources/messages/KotlinTestIntegrationBundle.properties b/idea/resources/messages/KotlinTestIntegrationBundle.properties new file mode 100644 index 00000000000..74367abe6e3 --- /dev/null +++ b/idea/resources/messages/KotlinTestIntegrationBundle.properties @@ -0,0 +1,5 @@ +button.text.cancel=Cancel +button.text.rewrite=Rewrite +message.text.create.test.in.the.same.source.root=Create test in the same source root? +message.text.kotlin.class=Kotlin class ''{0}'' already exists. Do you want to update it? +title.no.test.roots.found=No Test Roots Found \ No newline at end of file diff --git a/idea/src/org/jetbrains/kotlin/idea/testIntegration/KotlinCreateTestIntention.kt b/idea/src/org/jetbrains/kotlin/idea/testIntegration/KotlinCreateTestIntention.kt index 2395bf02d0d..214206d5ae4 100644 --- a/idea/src/org/jetbrains/kotlin/idea/testIntegration/KotlinCreateTestIntention.kt +++ b/idea/src/org/jetbrains/kotlin/idea/testIntegration/KotlinCreateTestIntention.kt @@ -108,8 +108,8 @@ class KotlinCreateTestIntention : SelfTargetingRangeIntention