-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathexamples.html
More file actions
33 lines (26 loc) · 1 KB
/
examples.html
File metadata and controls
33 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<!-- Begin utPLSQL Body -->
<!-- $Id$ -->
<h1>Examples</h1>
<p>
We learn best by following the examples of those who have gone before
us. So you will find in this document sample test packages and different
approaches to using utPLSQL to test your PL/SQL code like it has never
been tested before!
</p>
<h2><a href="testproc.html">Test a Procedure</a></h2>
<h2><a href="testfunc.html">Test a Function</a></h2>
<h2><a href="testapi.html">Test an Entire Package API</a></h2>
<h2><a href="samepack.html">Put Test Code in Same Package</a></h2>
<h2><a href="prefix.html">Use Non-Default Prefix</a></h2>
<h2><a href="suite.html">Create and Run a Test Suite</a></h2>
<!-- End utPLSQL Body -->
</body>
</html>