Calls to Kotlin autogenerated setter isn't changed to direct property access for tests from fuzzer #1241
Labels
comp-codegen
Issue is related to code generator
comp-fuzzing
Issue is related to the fuzzing
ctg-bug
Issue is a bug
lang-kotlin
Issue is related to Kotlin language support
Description
Fixes from #1002 seems not to work properly if the model is produced by fuzzer.
To Reproduce
Launch action on the following class (use only fuzzer):
Expected behavior
Tests are generated properly.
Actual behavior
Incorrect tests with calls to
.setX()
are generated.Visual proofs (screenshots, logs, images)
Example of generated test:
Environment
Test generation method -- Fuzzing 100%
The text was updated successfully, but these errors were encountered: