Tests for autogenerated Kotlin getters/setters shouldn't be generated in cli and contest estimator #1338
Labels
comp-cli
Issue related to CLI
ctg-bug
Issue is a bug
lang-kotlin
Issue is related to Kotlin language support
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Description
We don't generate tests for autogenerated Kotlin getters/setters in plugin, we shouldn't do this in cli/contest estimator as well.
To Reproduce
Launch UtBot from cli for the following class:
Expected behavior
Correct tests are generated
Actual behavior
UtBot tries to generate tests for
setX()
andgetX()
and produce incorrect tests:Visual proofs (screenshots, logs, images)
Additional context
I think this should be changed in a way similar to #1192
The text was updated successfully, but these errors were encountered: