diff --git a/Home.md b/Home.md index 94fdb9d..1119524 100644 --- a/Home.md +++ b/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.) diff --git a/Test-Centre-Home.md b/Test-Centre-Home.md new file mode 100644 index 0000000..a1cbd3a --- /dev/null +++ b/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) diff --git a/_sidebar.md b/_sidebar.md index 51d4d5b..034e7ea 100644 --- a/_sidebar.md +++ b/_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.)