You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
open package body at the position of the first failed assert when a test is selected.
open the package spec at the position of test declaration when a test is selected.
open the package spec at line 1 if a the node contains only one package.
This ensures that the description of a child suite is not used for a parent suite when the parent suite does not have a description. This was the root cause of issue #124.
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:
The text was updated successfully, but these errors were encountered: