create Test Centre Home page and update links.

master
Craig Oates 5 years ago
parent
commit
8832704928
  1. 3
      Home.md
  2. 10
      Test-Centre-Home.md
  3. 3
      _sidebar.md

3
Home.md

@ -61,6 +61,9 @@ Before continuing, I recommend you are familiar with the following;
#### TestCentre
- [Test Centre Home](Test-Centre-Home)
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Test-Overview)
### As a Command-Line Interface (C.L.I.)

10
Test-Centre-Home.md

@ -0,0 +1,10 @@
This section focuses on the source code within the project called "Test Centre". As the name implies, this project houses the unit and property tests for the other two projects. If you would like to know more about the other projects, please use the following links;
- [DeathSocket](DeathSocket-Home) (.Net Standard 2.0 library)
- [DeathSocketCLI](DeathSockectCLI-Home) (console project)
## Table of Contents
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Test-Overview)

3
_sidebar.md

@ -18,6 +18,9 @@
#### TestCentre
- [Test Centre Home](Test-Centre-Home)
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Test-Overview)
### As a Command-Line Interface (C.L.I.)

Loading…
Cancel
Save