Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertCamelCaseTestFunctionToSpacedIntention/description.html
T
Alexey Sedunov c50f38aa52 Intentions: Implement intention to replace camel-case test function name with a space-separated one
#KT-12489 Fixed
(cherry picked from commit 21e24a1)
2016-08-24 11:27:21 +03:00

5 lines
118 B
HTML

<html>
<body>
This intention changes camel-case name of the given test function to space-separated one
</body>
</html>