'View generated test' cannot locate parametrized test #1876
Labels
comp-sarif
Issue is related to SARIF report or Problems tab
ctg-bug
Issue is a bug
lang-java
Issue is related to Java support
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:
org.utbot.examples.math.DivRemExamples#div
methodExpected 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.
The text was updated successfully, but these errors were encountered: