Skip to content

Commit df64d7c

Browse files
authored
Merge pull request #317 from jgebal/feature/remove_cheat-sheet
Removed cheat-sheet
2 parents ef892c4 + 4e0314e commit df64d7c

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The framework follows industry standards and best patterns of modern Unit Testin
1616
- [Using reporters](userguide/reporters.md)
1717
- [Reporting errors](userguide/exception-reporting.md)
1818
- [Code coverage](userguide/coverage.md)
19-
- [Cheat Sheet](utplsql-v3-cheat-sheet.pdf)
19+
- [Cheat-sheet](https://www.cheatography.com/jgebal/cheat-sheets/utplsql-v3/#downloads)
2020
- About
2121
- [Project Details](about/project-details.md)
2222
- [License](about/license.md)

docs/utplsql-v3-cheat-sheet.pdf

-60 KB
Binary file not shown.

readme.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,6 @@ The framework follows industry standards and best patterns of modern Unit Testin
3434
- flexible and simple test invocation
3535
- multi-reporting from test-run from [command line](docs/userguide/ut_run-script.md)
3636

37-
# Primary features
38-
- Support for all basic scalar data-types except ROWID and RAW
39-
- Support for User Defined Object Types and Collections
40-
- Support for native cursors both strong and weak
41-
- Data-type aware testing - number 1 is not equal to string '1'
42-
- [Annotations](docs/userguide/annotations.md) are used to define and configure tests
43-
- Extensible [expectations](docs/userguide/expectations.md)
44-
- Extensible reporting formats
45-
- Extensible output providers
46-
- Support for multi-reporting
47-
- Code coverage reporting (with different formats)
48-
- Runtime reporting of test execution progress
49-
- Well-defined API
50-
- Easy to call from current PL/SQL development tools
51-
- More permissive License to allow vendors to integrate utPLSQL without violation of license
52-
- Published upgrade/conversion path from version 2 ( TODO )
53-
5437
Requirements:
5538
- Version of Oracle under [extended support](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf) (Currently 11.2 and above)
5639

@@ -62,6 +45,8 @@ Published releases are available for download on the [utPLSQL GitHub Releases Pa
6245

6346
Full documentation of the project is automatically published on [utPLSQL github pages](https://utplsql.github.io/utPLSQL/)
6447

48+
[Cheat-sheet](https://www.cheatography.com/jgebal/cheat-sheets/utplsql-v3/#downloads)
49+
6550
# Contributing to the project
6651

6752
We welcome new developers to join our community and contribute to the utPLSQL project.

0 commit comments

Comments
 (0)