Unit Test Tooling: Implement "Create Test" action
#KT-6472 In Progress
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Foo {
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class FooTest : TestCase {
|
||||
fun testFoo() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<spot>class Foo</spot> {
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention generates a test case for the selected class. The generated class contains skeleton test functions for the chosen public functions.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user