Browse Source

Added links to XUnit and FsCheck in the Read Me.

master
Craig Oates 6 years ago
parent
commit
2fff37ff19
  1. 2
      README.md

2
README.md

@ -59,7 +59,7 @@ This project is a C# console program, using .Net 4.7. You use it by entering com
### Test Centre
This project holds all the tests for this solution. If uses a combination of unit tests ([XUnit]()) and property tests ([FsCheck]()). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease.
This project holds all the tests for this solution. If uses a combination of unit tests ([XUnit](http://xunit.github.io/)) and property tests ([FsCheck](https://fscheck.github.io/FsCheck/)). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease.
![Image of VS's Test Explorer](.github/Images/test-explorer-example.png)

Loading…
Cancel
Save