◐ Shell
clean mode source ↗

Update Documentation for version 1.1.0 by PhilippSalvisberg · Pull Request #84 · utPLSQL/utPLSQL-SQLDeveloper

19 changes: 19 additions & 0 deletions README.md

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ utPLSQL for SQL Developer extends Oracle's SQL Developer to
* run existing utPLSQL unit tests
* run utPLSQL code coverage reports
* generate new utPLSQL unit tests (skeletons)
* provide utPLSQL annotations and expectations as snippets

### Run utPLSQL test

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

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

### Snippets

Import utPLSQL snippets for annotations and expectations via the the `Import Snippets` button of the utPLSQL [preferences dialog](#preferences).

Insert the snippets by drag & drop into your code.

#### Annotations

Annotations are used in the package specification for various test configurations.

![utPLSQL Annotations](images/snippets_annotations.png)

#### Expectations

Expectations are used in the package body to compare actual with expected results.

![utPLSQL Expectations](images/snippets_expectations.png)

### Preferences

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

Binary file removed images/install_utplsql.png

Binary file modified images/preferences.png

Loading

Sorry, something went wrong. Reload?

Sorry, we cannot display this file.

Sorry, this file is invalid so it cannot be displayed.

Binary file modified images/run_utplsql_test.png

Loading

Sorry, something went wrong. Reload?

Sorry, we cannot display this file.

Sorry, this file is invalid so it cannot be displayed.

Loading

Sorry, something went wrong. Reload?

Sorry, we cannot display this file.

Sorry, this file is invalid so it cannot be displayed.

Loading

Sorry, something went wrong. Reload?

Sorry, we cannot display this file.

Sorry, this file is invalid so it cannot be displayed.

2 changes: 1 addition & 1 deletion sqldev/pom.xml

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- The Basics -->
<groupId>org.utplsql</groupId>
<artifactId>org.utplsql.sqldev</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>bundle</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down