Skip to content

Make codegenLanguage be enum, not a checkBox in GenerateTestsDialogWindow #2379

Open
@EgorkaKulikov

Description

@EgorkaKulikov

Description

Some time ago it was possible for user to select codegen language on UI, so the related setting was presented as a checkbox.
However, now language is set only in UtBot settings and just read from current state.

Variable codegenLanguage is still used in GenerateTestsDialogWindow (e.g. to customize parametrization enabled), but it is not used as a checkbox, as no UI control is shown to user. We may make this variable to be a kind of enum and make the code clearer.

Metadata

Metadata

Labels

comp-uiImprovements of plugin UI appearence and functionalityctg-refactoringIssue related to refactoring process

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions