From 0db875051fef2a8053afe1d4051deb94a3d16d86 Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 10 Jul 2019 19:39:38 +0100 Subject: [PATCH] create TestCentre Home. --- Home.md | 11 +++++++++++ Source-Code-Home.md | 11 ++++++++++- TestCentre-Home.md | 12 ++++++++++++ _sidebar.md | 11 +++++++++++ 4 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 TestCentre-Home.md diff --git a/Home.md b/Home.md index a431396..d5469cf 100644 --- a/Home.md +++ b/Home.md @@ -35,6 +35,17 @@ Before continuing, I recommend you are familiar with the following: - [As Source Code section](Source-Code-Home) +### WetPancake + +### WetPancakeCLI + +### TestCentre + +- [TestCentre Home](TestCentre-Home) +- [TestCentre Breakdown](TestCentre-Breakdown) +- [Unit and Property Tests Overview](Property-and-Unit-Tests-Overview) +- [Console and Library Tests Overview](Console-and-Library-Tests-Overview) + ### As a Command-Line Interface (C.L.I.) - [C.L.I. Home](CLI-Home) diff --git a/Source-Code-Home.md b/Source-Code-Home.md index 2124a60..46c4fa7 100644 --- a/Source-Code-Home.md +++ b/Source-Code-Home.md @@ -5,4 +5,13 @@ This section is for those wanting to work with the repositories source code. If ## Table of Contents -TODO: Write when everything is written up. +### WetPancake + +### WetPancakeCLI + +### TestCentre + +- [TestCentre Home](TestCentre-Home) +- [TestCentre Breakdown](TestCentre-Breakdown) +- [Unit and Property Tests Overview](Property-and-Unit-Tests-Overview) +- [Console and Library Tests Overview](Console-and-Library-Tests-Overview) diff --git a/TestCentre-Home.md b/TestCentre-Home.md new file mode 100644 index 0000000..24884b5 --- /dev/null +++ b/TestCentre-Home.md @@ -0,0 +1,12 @@ +This section focuses on the source code within the "TestCentre" project. As the name implies, this project houses the unit and property tests for the the other two projects. If you would like to know more about the other projects, please the following links: + +- [SmolderingBeachBall project (.Net Standard 2.0 library)](WetPancake-Home) +- [WetPancakeCLI project](WetPancakeCLI-Home) +- ["As a NuGet" section](NuGet-Home) +- ["As a Command-Line Interface (C.L.I.)" section](CLI-Home) + +## Table of Contents + +- [TestCentre Breakdown](TestCentre-Breakdown) +- [Unit and Property Tests Overview](Property-and-Unit-Tests-Overview) +- [Console and Library Tests Overview](Console-and-Library-Tests-Overview) diff --git a/_sidebar.md b/_sidebar.md index 21cf1ab..5143252 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -11,6 +11,17 @@ - [As Source Code section](Source-Code-Home) +### WetPancake + +### WetPancakeCLI + +### TestCentre + +- [TestCentre Home](TestCentre-Home) +- [TestCentre Breakdown](TestCentre-Breakdown) +- [Unit and Property Tests Overview](Property-and-Unit-Tests-Overview) +- [Console and Library Tests Overview](Console-and-Library-Tests-Overview) + ### As a Command-Line Interface (C.L.I.) - [C.L.I. Home](CLI-Home)