Skip to content

Commit c7c436e

Browse files
committed
Remove Contents from Web Pages
1 parent 3f24d9e commit c7c436e

3 files changed

Lines changed: 1 addition & 39 deletions

File tree

docs/About.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
### Contents
2-
1. [**History**](#history)
3-
1. [**Background**](#background)
4-
1. [**Goals**](#goals)
5-
1. [Simple Framework](#simple-framework)
6-
1. [Robust Framework](#robust-framework)
7-
1. [Dynamic Testing](#dynamic-testing)
8-
1. [White Box Testing](#white-box-testing)
9-
1. [Oracle Database Objects](#oracle-database-objects)
10-
1. [**Unit Testing**](#unit-testing)
11-
1. [Test Isolation](#test-isolation)
12-
1. [Test Transience](#test-transience)
13-
1. [**Test Driven Development**](#test-driven-development)
14-
151
## History
162
Following are some links regarding the history of utPLSQL.
173

docs/Core-Features.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
### Contents
2-
1. [PL/SQL Driven Testing](#plsql-driven-testing)
3-
1. [Test Anything in the Oracle Database](#test-anything-in-the-oracle-database)
4-
1. [Built-in Code Coverage](#built-in-code-coverage)
5-
1. [Built-in Schema-wide Testing](#built-in-schema-wide-testing)
6-
1. [Test Result Capture](#test-result-capture)
7-
1. [Test Result Reporting](#test-result-reporting)
8-
1. [Stand Alone Assertion Execution](#stand-alone-assertion-execution)
9-
1. [Private Procedure Testing within a Package](#private-procedure-testing-within-a-package)
10-
1. [Optional Setup and Teardown](#optional-setup-and-teardown)
11-
1. [Simpler Installation Scripts](#simpler-installation-scripts)
12-
1. [Minimal Database Footprint](#minimal-database-footprint)
13-
1. [Operation Overview](#operation-overview)
14-
151
## PLSQL Driven Testing
162
User written Test Runner packages are collections of assertions. The simplest way to get started with testing is to create a Test Runner package with a single assertion. After the one assertion is successfully running, more assertions and supporting PL/SQL can be added until white-box testing is complete. A Test Runner Package can also call other packages. Groups of assertions can be separated into Test Cases. The Test Runner package can also be the same package as the package being tested (embedded Test Runner).
173

docs/Definitions.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
### Contents
2-
3-
1. [Definitions for wtPLSQL](#wtPLSQL)
4-
1. [Definitions for Oracle Database](#oracle-database)
5-
1. [Definitions for XUnit](#xunit)
6-
1. [Definitions for JUnit](#junit)
7-
1. [Definitions for JUnit XML For Jenkins](#junit-xml-for-jenkins)
8-
1. [Definitions for Java](#java)
9-
10-
***
11-
# wtPLSQL
1+
wtPLSQL
122
These are the working definitions for the wtPLSQL project.
133

144
### Assertion

0 commit comments

Comments
 (0)