Skip to content

Commit 346cb1e

Browse files
Deploy to gh-pages branch: base commit a552566232bccb28cc266964e49e0057feceb87e
1 parent 8acac39 commit 346cb1e

18 files changed

+18
-18
lines changed

utPLSQL/develop/about/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
### utPLSQL v3 Major Contributors
44

utPLSQL/develop/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
# Version Information
44

utPLSQL/develop/about/project-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
# utPLSQL Project Details
44

utPLSQL/develop/about/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
# How to get support
44

utPLSQL/develop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
## What is utPLSQL
44

utPLSQL/develop/userguide/advanced_data_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
# Advanced data comparison
44

utPLSQL/develop/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
Annotations are used to configure tests and suites in a declarative way similar to modern OOP languages. This way, test configuration is stored along with the test logic inside the test package.
44
No additional configuration files or tables are needed for test cases. The annotation names are based on popular testing frameworks such as JUnit.

utPLSQL/develop/userguide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
The following are best practices we at utPLSQL have learned about PL/SQL and Unit Testing.
44

utPLSQL/develop/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
utPLSQL comes with a built-in coverage reporting engine. The code coverage reporting uses package DBMS_PROFILER (and DBMS_PLSQL_CODE_COVERAGE on Oracle database version 12.2 and above) provided with Oracle database.
44
Code coverage is gathered for the following source types:

utPLSQL/develop/userguide/exception-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version](https://img.shields.io/badge/version-v3.1.13.4041--develop-blue.svg)
1+
![version](https://img.shields.io/badge/version-v3.1.13.4049--develop-blue.svg)
22

33
The utPLSQL is responsible for handling exceptions wherever they occur in the test run. utPLSQL is trapping most of the exceptions so that the test execution is not affected by individual tests or test packages throwing an exception.
44
The framework provides a full stacktrace for every exception that was thrown. The stacktrace is clean and does not include any utPLSQL library calls in it.

0 commit comments

Comments
 (0)