Skip to content

Plugin setting to choose Kotlin generation doesn't work #1075

@Damtev

Description

@Damtev
Member

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

  1. Use runIde task and open any Java project
  2. Set Generated test language to Kotlin (experimental)
  3. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

ctg-bugIssue is a buglang-kotlinIssue is related to Kotlin language support

Type

No type

Projects

Status

Done

Relationships

None yet

    Participants

    @Vassiliy-Kudryashov@alisevych@Damtev

    Issue actions

      Plugin setting to choose Kotlin generation doesn't work · Issue #1075 · UnitTestBot/UTBotJava