| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,7 @@ utPLSQL for SQL Developer extends Oracle's SQL Developer to | |||
| 7 | 7 | * run existing utPLSQL unit tests | |
| 8 | 8 | * run utPLSQL code coverage reports | |
| 9 | 9 | * generate new utPLSQL unit tests (skeletons) | |
| 10 | + * provide utPLSQL annotations and expectations as snippets | ||
| 10 | 11 | ||
| 11 | 12 | ### Run utPLSQL test | |
| 12 | 13 | ||
@@ -44,6 +45,24 @@ Select a package, type, function or procedure to build a utPLSQL test package sk | |||
| 44 | 45 | ||
| 45 | 46 |  | |
| 46 | 47 | ||
| 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 | +  | ||
| 59 | + | ||
| 60 | + #### Expectations | ||
| 61 | + | ||
| 62 | + Expectations are used in the package body to compare actual with expected results. | ||
| 63 | + | ||
| 64 | +  | ||
| 65 | + | ||
| 47 | 66 | ### Preferences | |
| 48 | 67 | ||
| 49 | 68 | Set your preferences to change the behaviour of utPLSQL within SQL Developer. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | <!-- The Basics --> | |
| 6 | 6 | <groupId>org.utplsql</groupId> | |
| 7 | 7 | <artifactId>org.utplsql.sqldev</artifactId> | |
| 8 | - <version>1.1.0-SNAPSHOT</version> | ||
| 8 | + <version>1.1.0</version> | ||
| 9 | 9 | <packaging>bundle</packaging> | |
| 10 | 10 | <properties> | |
| 11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments