delete Prop. and Unit Tests Overview.

master
Craig Oates 5 years ago
parent
commit
b5e2f434c2
  1. 3
      Home.md
  2. 14
      Property-and-Unit-Tests-Overview.md
  3. 3
      Source-Code-Home.md
  4. 3
      TestCentre-Home.md
  5. 2
      _sidebar.md

3
Home.md

@ -54,8 +54,7 @@ Before continuing, I recommend you are familiar with the following:
- [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)
- [Unit and Property Tests Overview](Unit-and-Property-Tests-Overview)
#### As a Command-Line Interface (C.L.I.)

14
Property-and-Unit-Tests-Overview.md

@ -1,14 +0,0 @@
Within TestCentre, you will see a collection of unit and property tests. Each type of test uses their own testing library. For unit tests, I have used xUnit; and I have used FsCheck for the property tests. If you are unfamiliar with either of these libraries, please use the following links:
- [xUnit](https://xunit.net/)
- [FsCheck](https://fscheck.github.io/FsCheck/)
It is worth pointing out TestCentre uses xUnit's Test Runner for Visual Studio. This means you can use Visual Studio's Test Explorer -- which shows you the project's (unit and property) tests with a G.U.I. If you are unsure what that is, here is a screenshot of what it looks like.
IMAGE OF VISUAL STUDIO TEST EXPLORE.
As you can see, it is a good way to determine what tests are passing and failing. On top of that, it highlights how the tests are organised within TestCentre.
For more information about Visual Studio's Test Explorer, use the following link:
- [Visual Studio's Test Explorer](https://docs.microsoft.com/en-us/visualstudio/test/run-unit-tests-with-test-explorer?view=vs-2019)

3
Source-Code-Home.md

@ -24,5 +24,4 @@ This section is for those wanting to work with the repositories source code. If
- [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)
- [Unit and Property Tests Overview](Unit-and-Property-Tests-Overview)

3
TestCentre-Home.md

@ -8,5 +8,4 @@ This section focuses on the source code within the "TestCentre" project. As the
## 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)
- [Unit and Property Tests Overview](Unit-and-Property-Tests-Overview)

2
_sidebar.md

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

Loading…
Cancel
Save