8000 Merge pull request #32 from PhilippSalvisberg/develop · deboiph/utPLSQL-SQLDeveloper@5736d11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5736d11

Browse files
Merge pull request utPLSQL#32 from PhilippSalvisberg/develop
Update Readme and related images
2 parents 60702ff + 34a8dbb commit 5736d11

10 files changed

+44
-5
lines changed

README.md

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,48 @@
22

33
## Introduction
44

5-
utPLSQL for SQL Developer extends Oracle's SQL Developer by context menu entries and keyboard shortcuts for running utPLSQL unit tests from the Connections window or the PL/SQL editor.
5+
utPLSQL for SQL Developer extends Oracle's SQL Developer to
6+
7+
* run existing utPLSQL unit tests
8+
* generate new utPLSQL unit tests (skeletons)
69

710
### Run utPLSQL test
811

9-
[![Run utPLSQL test](images/run_utplsql_test.png)](https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/master/images/run_utplsql_test.gif)
12+
In the Connections window, select a connection or one or more packages or package procedures to run utPLSQL tests. Or you can run utPLSQL tests directly from the PL/SQL editor. The test procedures are determined according to the cursor position in the PL/SQL editor.
13+
14+
![Run utPLSQL test](images/run_utplsql_test.png)
15+
### Generate utPLSQL test
16+
17+
Select a package, type, function or procedure to build a utPLSQL test package skeleton. The generated package compiles and executes, but still needs some rework.
18+
19+
![Generate utPLSQL test](images/generate_utplsql_test.png)
1020

1121
### Preferences
1222

13-
Set your preferences to change the behaviour of utPLSQL within SQL Developer.
23+
Set your preferences to change the behaviour of utPLSQL within SQL Developer.
24+
25+
![Preferences](images/preferences.png)
26+
27+
### oddgen integration
28+
29+
utPLSQL for SQL Developer implements the [OddgenGenerator2 interface](https://www.oddgen.org/java-interface/) to
30+
31+
* run existing utPLSQL test suitepaths and test suites
32+
* bulk generate new utPLSQL unit tests into dedicated files
33+
34+
The use of [oddgen for SQL Developer](https://www.oddgen.org/) is optional.
35+
36+
#### Run utPLSQL test
1437

15-
[![Preferences](images/preferences.png)](https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/master/images/preferences.gif)
38+
utPLSQL can run tests based on suitepaths and suites. The next screenshot shows the generated run command for two selected suitepaths.
39+
40+
![Generate utPLSQL test](images/oddgen_run_utplsql_test.png)
41+
42+
#### Generate utPLSQL test
43+
44+
Use oddgen to generate utPLSQL test package skeletons. When generating to files, a file for each package specification and package body is created.
45+
46+
![Generate utPLSQL test](images/oddgen_generate_utplsql_test.png)
1647

1748
## Releases
1849

@@ -28,7 +59,15 @@ Binary releases are published [here](https://github.com/utPLSQL/utPLSQL-SQLDevel
2859

2960
3. Use the ```Install From Local File``` option to install the previously downloaded ```utplsql_for_SQLDev_*.zip``` file.
3061

31-
[![Install utPLSQL for SQL Developer](images/install_utplsql.png)](https://raw.githubusercontent.com/utPLSQL/utPLSQL-SQLDeveloper/master/images/install_utplsql.gif)
62+
### Via Update Center
63+
64+
1. Start SQL Developer
65+
66+
2. Select ```Check for Updates…``` in the help menu.
67+
68+
3. Press ```Add…``` to register the ```salvis.com``` update site ```http://update.salvis.com/```.
69+
70+
4. Use the ```Search Update Center``` option and select the ```salvis.com``` update center to install the lastest version of ```utPLSQL for SQL Developer```.
3271

3372
## Issues
3473
Please file your bug reports, enhancement requests, questions and other support requests within [Github's issue tracker](https://help.github.com/articles/about-issues/).

images/generate_utplsql_test.png

193 KB
Loading

images/install_utplsql.gif

-1.1 MB
Binary file not shown.
225 KB
Loading

images/oddgen_run_utplsql_test.png

224 KB
Loading

images/preferences.gif

-276 KB
Binary file not shown.

images/preferences.png

-149 KB
Loading

images/run_utplsql_test.gif

-1.26 MB
Binary file not shown.

images/run_utplsql_test.png

-152 KB
Loading

images/video-play-3-128.png

-4.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)
0