Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit340bc82

Browse files
Merge pull request#84 from PhilippSalvisberg/docu_for_1.1.0
Update Documentation for version 1.1.0
2 parents28f78a7 +f3c3971 commit340bc82

File tree

7 files changed

+20
-1
lines changed

7 files changed

+20
-1
lines changed

‎README.md

Lines changed: 19 additions & 0 deletions
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.

‎images/install_utplsql.png

-241 KB
Binary file not shown.

‎images/preferences.png

-28.3 KB
Loading

‎images/run_utplsql_test.png

-51.2 KB
Loading

‎images/snippets_annotations.png

156 KB
Loading

‎images/snippets_expectations.png

172 KB
Loading

‎sqldev/pom.xml

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp