We shouldn't generate tests for synthetic methods of data classes #1191
Labels
comp-cli
Issue related to CLI
comp-ui
Improvements of plugin UI appearence and functionality
ctg-bug
Issue is a bug
lang-kotlin
Issue is related to Kotlin language support
Description
Kotlin automatically generates some methods for data classes, however, we shouldn't test them unless they are overridden manually.
To Reproduce
Create data class with no methods and launch action on it:
Expected behavior
Action is disabled
Actual behavior
Dialog appears with synthetic methods being proposed for testing
Visual proofs (screenshots, logs, images)
Additional context
The issue looks like a "Kotlin edition" of #457
The text was updated successfully, but these errors were encountered: