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 to Kotlin (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.
Description
Running plugin, we have settings for
UnitTestBot. One of them isGenerated test language-Javaby default, with an experimentalKotlinoption. But this option does not work, and it is impossible to generate a test inKotlinlanguage.To Reproduce
runIdetask and open any Java projectGenerated test languagetoKotlin (experimental)Expected behavior
Kotlin test file is supposed to be generated (maybe uncompiled, but existed).
Actual behavior
Java test file is generated, and
Generated test languageis reset toJava.