Closed
Description
A double click in the table view opens the test package specification at the starting line of the test procedure for successful tests. For tests with failure the test package body is opened at the line of the first failed assert.
In the tree-table view no actions are configured for a double-click. The following is expected:
Find the first test in the tree and do the same as in the tree-table view:
- tests with failures: open package body at the line of the first failed assert
- in all other cases: open package spec at the line of the test declaration