Unit Test Tooling: Implement "Create Test" action

#KT-6472 In Progress
This commit is contained in:
Alexey Sedunov
2015-10-02 20:38:14 +03:00
parent c697eef803
commit ad929a6577
14 changed files with 361 additions and 90 deletions

View File

@@ -1,5 +1,6 @@
// "class org.jetbrains.kotlin.idea.quickfix.AddOpenModifierToClassDeclarationFix" "false"
// ERROR: This type is final, so it cannot be inherited from
// ACTION: Create Test
import testPackage.*
class foo : <caret>JavaClass() {}