Closed
Description
Description
Running plugin, we have settings for UnitTestBot
. One of them is Generated test language
- Java
by default, with an experimental Kotlin
option. But this option does not work, and it is impossible to generate a test in Kotlin
language.
To Reproduce
- Use
runIde
task and open any Java project - Set
Generated test language
toKotlin (experimental)
- Run test generation action with any options for any method
Expected behavior
Kotlin test file is supposed to be generated (maybe uncompiled, but existed).
Actual behavior
Java test file is generated, and Generated test language
is reset to Java
.
Metadata
Metadata
Assignees
Type
Projects
Status
Done