Files
kotlin-fork/idea/resources/intentionDescriptions/KotlinCreateTestIntention/description.html
T
Alexey Sedunov ad929a6577 Unit Test Tooling: Implement "Create Test" action
#KT-6472 In Progress
2015-10-11 01:13:41 +03:00

5 lines
176 B
HTML

<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>