forked from KenRoytman/utPLSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildpack.html
executable file
·51 lines (44 loc) · 2.6 KB
/
buildpack.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
<!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>Build Test Packages</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="Build Test Packages"/>
<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="admin.html">< Previous Section: Administrative Topics</A> | <A href="howto.html">Next Section: How to build a test package ></A></p>
<!-- Begin utPLSQL Body -->
<!-- $Id: buildpack.html,v 1.3 2002/07/25 09:54:37 chrisrimmer Exp $ -->
<h1>
Build Test Packages</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>Spend some time in the general <a href="howto.html">How to Build a Test
Package</a> so that you are comfortable with the basic steps necessary
to integrate your test code into the utPLSQL framework. The Test Run section
offers a narrative presentation of building a test package; it makes a
nice follow-up to the How To section if you still feel any uncertainty.
Then you will be more than ready to explore the <a href="examples.html">Examples</a>.
<h2>
<a href="howto.html">How to Build a Test Package</a></h2>
<h2>
<a href="testrun.html">A "Test Run" with utPLSQL</a></h2>
<!-- End utPLSQL Body -->
<p><A href="admin.html">< Previous Section: Administrative Topics</A> | <A href="howto.html">Next Section: How to build a test package ></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>