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
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The utPLSQL Plugin integrates[utPLSQL](https://utplsql.org) with[Allround Automations PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/).
4
4
5
-
##Running Tests and Code Coverage
5
+
##Running Tests
6
6
7
7
The plugin adds a Button to the Tools ribbon to execute all tests of the current user or run code coverage.
8
8
@@ -14,7 +14,7 @@ In the object browser on Packages, Package Bodys, Procedures or Users there is a
14
14
15
15
##Viewing Results
16
16
17
-
The results are opened in a new window.If you've chosen code coverage the coverage reportwillbe opened in the default browser.
17
+
The results are opened in a new window.Each test runwillopen a separate window.
18
18
19
19
###Navigating to the package body
20
20
@@ -28,12 +28,24 @@ There are two buttons to run the tests again either with or without coverage.
28
28
29
29
A right-click opens the context menu, and you can run the test function.
30
30
31
-
###Filtering Results
31
+
###Filteringand SortingResults
32
32
33
-
Once the tests are run youcan filter the results by clicking on checkboxes behind the status field.
33
+
Youcan filter the results by clicking on checkboxes behind the status field. A click on the header cell sorts the results first ascending and with a second click descending.
34
34
35
35

36
36
37
+
##Code Coverage
38
+
39
+
If you select Run Code Coverage from the menu or the context menu a dialog is displayed. In this dialog you can configure the schemas to check for coverage and include or exclude specific objects.