forked from KenRoytman/utPLSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserguide.html
executable file
·75 lines (60 loc) · 2.87 KB
/
userguide.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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>User Guide</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="User Guide"/>
<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="suite.html">< Previous Section: Create and Run a Test Suite</A> | <A href="utplsql.html">Next Section: utPLSQL Package ></A></p>
<!-- Begin utPLSQL Body -->
<!-- $Id: userguide.html,v 1.5 2005/05/10 14:23:06 chrisrimmer Exp $ -->
<h1>
User Guide</h1>
<p>The utPLSQL unit testing framework consists of several different elements:
<ul>
<li>
A set of tables to hold information about unit tests and test suites.</li>
<li>A set of packages that allow you to run tests,
build test packages and access information about tests you have run.</li>
</ul>
This document tells you how to use those utPLSQL packages:
<h2>
<a href="utplsql.html">utPLSQL - Register and run test packages</a></h2>
<h2>
<a href="utconfig.html">utConfig - Set how tests are run</a></h2>
<h2>
<a href="utresult.html">utResult - Analyze and display results
of unit tests</a></h2>
<h2>
<a href="utassert.html">utAssert - Assert that code works
properly</a></h2>
<h2>
<a href="utgen.html">utGen - Generate test packages</a></h2>
<h2>
<a href="utoutput.html">utOutput - Handling DBMS_OUTPUT for testing</a></h2>
<h2>
<a href="utreceq.html">utRecEq - Generate functions to compare record types</a></h2>
<h2>
<a href="defsuite.html">Define Test Suites</a></h2>
<h2>
<a href="reporter.html">Using and defining Custom Reporter Packages</a>
<h2>
<a href="fileout.html">Configuring the File Reporter</a>
<!-- End utPLSQL Body -->
<p><A href="suite.html">< Previous Section: Create and Run a Test Suite</A> | <A href="utplsql.html">Next Section: utPLSQL 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>