You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Running plugin, we have settings for
UnitTestBot
. One of them isGenerated test language
-Java
by default, with an experimentalKotlin
option. But this option does not work, and it is impossible to generate a test inKotlin
language.To Reproduce
runIde
task and open any Java projectGenerated test language
toKotlin (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 language
is reset toJava
.The text was updated successfully, but these errors were encountered: