forked from KenRoytman/utPLSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.html
executable file
·56 lines (46 loc) · 2.36 KB
/
examples.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!-- WARNING! This file is generated. -->
<!-- To alter documentation, edit files in src directory -->
<html><head>
<title>Examples</title>
<link rel="stylesheet" href="utplsql.css" content="text/css">
<meta name="keywords" content="utPLSQL, PL\SQL, Unit Testing, Framework, Oracle"/>
<meta name="description" content="Unit Testing PL\SQL"/>
<meta name="title" content="Examples"/>
<meta name="author" content="Steven Feuerstein, Chris Rimmer, Patrick Barel"/>
<meta name="copyright" content="(C) 2000-2005 Steven Feuerstein, Chris Rimmer, Patrick Barel"/>
</head><body>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" border=0></a></div>
<p>[ <A href="index.html">Home</A>
| <A href="started.html">Getting Started</A>
| <A href="buildpack.html">Build Test Packages</A>
| <A href="examples.html">Examples</A>
| <A href="userguide.html">User Guide</A>
| <A href="release.html">Release Notes</A>
| <A href="map.html">Document Map</A> ]</p>
<p><A href="testrun.html">< Previous Section: A "Test Run" with utPLSQL</A> | <A href="testproc.html">Next Section: Test a Procedure ></A></p>
<!-- Begin utPLSQL Body -->
<!-- $Id: examples.html,v 1.3 2002/07/25 10:21:56 chrisrimmer Exp $ -->
<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!
<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 -->
<p><A href="testrun.html">< Previous Section: A "Test Run" with utPLSQL</A> | <A href="testproc.html">Next Section: Test a Procedure ></A></p>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" border=0></a></div>
<p class="copyright">Copyright (C) 2000-2005 <A href="mailto:[email protected]">Steven Feuerstein<A>, <A href="mailto:[email protected]">Chris Rimmer<A>, <A href="mailto:[email protected]">Patrick Barel<A> All rights reserved</p>
</body></html>