File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -81,20 +81,20 @@ A test runner package is central to running tests in wtPLSQL. The [Test Runner]
81
81
## Database Object Tests
82
82
More interesting examples actually test database objects. Here is an example test of each database object supported by wtPLSQL.
83
83
* [ Package Test] ( Package-Test.md )
84
- * [ Procedure Test] ( Procedure-Test.md ) (Not Ready)
85
- * [ Function Test] ( Function-Test.md ) (Not Ready)
86
- * [ Table Constraints Test] ( Table-Constraints-Test.md ) (Not Ready)
87
- * [ Table Trigger Test] ( Table-Trigger-Test.md ) (Not Ready)
88
- * [ Type Test] ( Type-Test.md ) (Not Ready)
84
+ * Procedure Test
85
+ * Function Test
86
+ * Table Constraints Test
87
+ * Table Trigger Test
88
+ * [ Type Test] ( Type-Test.md )
89
89
90
90
## utPLSQL 2.3 Examples
91
- * [ ut_calc_secs_between] ( ut_calc_secs_between.md ) - Test a Simple Procedure (Not Ready)
92
- * [ ut_truncit] ( ut_truncit.md ) - Test a Table Modification Procedure (Not Ready)
93
- * [ ut_str] ( ut_str.md ) - Test a Simple Function (Not Ready)
94
- * [ ut_del1] ( ut_del1.md ) - Test an Entire Package (Not Ready)
95
- * [ Create and Run a Test Suite] ( Test-Suite.md ) - Build a Test Suite package. (Not Ready)
96
- * [ ut_betwnstr] ( ut_betwnstr.md ) (Not Ready)
97
- * [ Version] ( Version.md ) (Not Ready)
91
+ * ut_calc_secs_between - Test a Simple Procedure
92
+ * ut_truncit - Test a Table Modification Procedure
93
+ * ut_str - Test a Simple Function
94
+ * ut_del1 - Test an Entire Package
95
+ * Create and Run a Test Suite - Build a Test Suite package.
96
+ * ut_betwnstr
97
+ * Version
98
98
99
99
---
100
100
[ Website Home Page] ( ../README.md )
You can’t perform that action at this time.
0 commit comments