-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (93 loc) · 4.21 KB
/
index.html
File metadata and controls
114 lines (93 loc) · 4.21 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- WARNING! This file is generated. -->
<!-- To alter documentation, edit files in src directory -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<link rel="stylesheet" href="utplsql.css" type="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="Home" />
<meta name="author" content="Steven Feuerstein, Chris Rimmer, Patrick Barel and the utPLSQL Project" />
<meta name="copyright" content="(C) 2000-2005, 2014-2016 Steven Feuerstein, Chris Rimmer, Patrick Barel and the utPLSQL Project" />
</head>
<body>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" alt="utPLSQL logo" /></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="started.html">Next Section: Getting Started ></a></p>
<!-- Begin utPLSQL Body -->
<!-- $Id$ -->
<h1>Table of Contents</h1>
<h2>Welcome to utPLSQL - a unit testing framework for the Oracle PL/SQL Language</h2>
<h2><a href="started.html">Getting Started</a></h2>
<blockquote>
<p>
This document tells you the minimum you need
to know in order to get started with utPLSQL: how to install the software,
build simple test packages, and run your tests.
</p>
</blockquote>
<h2><a href="buildpack.html">Build Test Packages</a></h2>
<blockquote>
<p>
utPLSQL provides with you a framework in which
to run your tests. You still have to write your test code, and that code
must follow some rules if utPLSQL is going to know how to run those tests.
</p>
</blockquote>
<h2><a href="examples.html">Examples</a></h2>
<blockquote>
<p>
There is no better way to learn how to build
and run utPLSQL test packages than to work from the many examples found
here.
</p>
</blockquote>
<h2><a href="userguide.html">User Guide</a></h2>
<blockquote>
<p>
Once you are familiar with utPLSQL basics, have
run some tests, and are ready to learn and use more of the many utPLSQL
features, the User Guide will tell you all you need to know about the different
features and programs of utPLSQL.
</p>
</blockquote>
<h2><a href="release.html">Release Notes</a></h2>
<blockquote>
<p>
Well, you know what these are: a description
of fixes and enhancements in the latest release!
</p>
</blockquote>
<h2><a href="map.html">Document Map</a></h2>
<blockquote>
<p>The full list of the pages in the documentation</p>
</blockquote>
<h2><a href="https://utplsql.github.io/">Web Site</a></h2>
<p>
<a href="https://utplsql.github.io/">https://utplsql.github.io/</a> Contains links to various resources such as:
<ul>
<li>How to contribute</li>
<li>Download Location of the recent release</li>
<li>For support, bug reports or enhancement ideas, you can always visit the <a href = "https://github.com/utPLSQL/utPLSQL/issues">issue tracker page.</a></li>
</ul>
</p>
<!-- End utPLSQL Body -->
<p><a href="started.html">Next Section: Getting Started ></a></p>
<div class="purple_bar"><a href="index.html"><img src="utplsql.jpg" alt="utPLSQL logo" /></a></div>
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
</p>
<p class="copyright">Copyright © 2000-2005, 2014-2016 <a href="mailto:steven@stevenfeuerstein.com">Steven Feuerstein</a>, <a href="mailto:c@24.org.uk">Chris Rimmer</a>, <a href="mailto:pbarel@vda.nl">Patrick Barel</a> and the utPLSQL Project. All rights reserved</p>
</body>
</html>