diff --git a/README.md b/README.md index 79565df2..35071774 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/images/install_utplsql.png b/images/install_utplsql.png deleted file mode 100644 index 2919dffa..00000000 Binary files a/images/install_utplsql.png and /dev/null differ diff --git a/images/preferences.png b/images/preferences.png index f4f03084..7f2d8ef9 100644 Binary files a/images/preferences.png and b/images/preferences.png differ diff --git a/images/run_utplsql_test.png b/images/run_utplsql_test.png index c636b565..a894d175 100644 Binary files a/images/run_utplsql_test.png and b/images/run_utplsql_test.png differ diff --git a/images/snippets_annotations.png b/images/snippets_annotations.png new file mode 100644 index 00000000..9cf8a7bf Binary files /dev/null and b/images/snippets_annotations.png differ diff --git a/images/snippets_expectations.png b/images/snippets_expectations.png new file mode 100644 index 00000000..af23dc17 Binary files /dev/null and b/images/snippets_expectations.png differ diff --git a/sqldev/pom.xml b/sqldev/pom.xml index 1f603664..7cccd0d2 100644 --- a/sqldev/pom.xml +++ b/sqldev/pom.xml @@ -5,7 +5,7 @@ org.utplsql org.utplsql.sqldev - 1.1.0-SNAPSHOT + 1.1.0 bundle UTF-8