Open
Description
Description
In case of parametrized test errors displayed in Problems view cannot be traced to exact test which could reveal that problem.
To Reproduce
Steps to reproduce the behavior:
- Open UTBot Java project
- Generate parametrized JUnit 5 tests for
org.utbot.examples.math.DivRemExamples#div
method - In 'Problems View' toolwindow click 'View generated test' for found problem
Expected behavior
Generated test file is opened, caret is at test method.
Actual behavior
Even though test is opened, caret is at beginning of the file, pointing to package
directive.
Visual proofs (screenshots, logs, images)
Additional context
In a better world it should point to specific set of parameters inside method provider instead of just test method.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo