Skip to content

Commit 340bc82

Browse files
Merge pull request #84 from PhilippSalvisberg/docu_for_1.1.0
Update Documentation for version 1.1.0
2 parents 28f78a7 + f3c3971 commit 340bc82

7 files changed

+20
-1
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ utPLSQL for SQL Developer extends Oracle's SQL Developer to
77
* run existing utPLSQL unit tests
88
* run utPLSQL code coverage reports
99
* generate new utPLSQL unit tests (skeletons)
10+
* provide utPLSQL annotations and expectations as snippets
1011

1112
### Run utPLSQL test
1213

@@ -44,6 +45,24 @@ Select a package, type, function or procedure to build a utPLSQL test package sk
4445

4546
![Generate utPLSQL test](images/generate_utplsql_test_from_template.png)
4647

48+
### Snippets
49+
50+
Import utPLSQL snippets for annotations and expectations via the the `Import Snippets` button of the utPLSQL [preferences dialog](#preferences).
51+
52+
Insert the snippets by drag & drop into your code.
53+
54+
#### Annotations
55+
56+
Annotations are used in the package specification for various test configurations.
57+
58+
![utPLSQL Annotations](images/snippets_annotations.png)
59+
60+
#### Expectations
61+
62+
Expectations are used in the package body to compare actual with expected results.
63+
64+
![utPLSQL Expectations](images/snippets_expectations.png)
65+
4766
### Preferences
4867

4968
Set your preferences to change the behaviour of utPLSQL within SQL Developer.

Diff for: images/install_utplsql.png

-241 KB
Binary file not shown.

Diff for: images/preferences.png

-28.3 KB
Loading

Diff for: images/run_utplsql_test.png

-51.2 KB
Loading

Diff for: images/snippets_annotations.png

156 KB
Loading

Diff for: images/snippets_expectations.png

172 KB
Loading

Diff for: sqldev/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- The Basics -->
66
<groupId>org.utplsql</groupId>
77
<artifactId>org.utplsql.sqldev</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<packaging>bundle</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)