forked from KenRoytman/utPLSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·85 lines (66 loc) · 3.46 KB
/
index.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
76
77
78
79
80
81
82
83
84
85
<!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>Home</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="Home"/>
<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="started.html">Next Section: Getting Started ></A></p>
<!-- Begin utPLSQL Body -->
<!-- $Id: index.html,v 1.3 2002/10/10 08:22:59 chrisrimmer Exp $ -->
<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>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.</blockquote>
<h2>
<a href="buildpack.html">Build Test Packages</a></h2>
<blockquote>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.</blockquote>
<h2>
<a href="examples.html">Examples</a></h2>
<blockquote>There is no better way to learn how to build
and run utPLSQL test packages than to work from the many examples found
here.</blockquote>
<h2>
<a href="userguide.html">User Guide</a></h2>
<blockquote>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.</blockquote>
<h2>
<a href="release.html">Release Notes</a></h2>
<blockquote>Well, you know what these are: a description
of fixes and enhancements in the latest release!</blockquote>
<h2>
<a href="map.html">Document Map</a></h2>
<blockquote>The full list of the pages in the documentation</blockquote>
<p> The utPLSQL project is hosted at Sourceforge - the home page is to be
found at <a href="http://utplsql.sourceforge.net">http://utplsql.sourceforge.net</a>. From here, there are links to the various resources available and details on how to get involved in the project. Discussion of utPLSQL takes place at
the utPLSQL Forum, so to ask further questions, or for help with problems visit
<a href="http://utplsql.oracledeveloper.nl">http://utplsql.oracledeveloper.nl</a>.</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" 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>