master
Craig Oates 4 years ago
parent
commit
4ee1a2c016
  1. 12
      CW-Tests-Project-Breakdown.md

12
CW-Tests-Project-Breakdown.md

@ -0,0 +1,12 @@
![cw-tests project selected](cw_tests-selected.png)
This is a traditional .Net 4.7 library, written in C#. Its main purpose is to house the solution's unit tests.
Within the project, you will see four files and a folder. Of the four files, you will spend most of your time in one which is called "CW-ConsoleTest.cs"; This is where the tests are. The remaining files are standard Visual Studio (C#) project files. Links to the above files are as follows:
* [AssemblyInfo.cs](https://git.abbether.net/craig.oates/Console.Waterworks/blob/master/Console.Waterworks/CW-Tests/Properties/AssemblyInfo.cs) (in the "Properties" folder)
* [CW-ConsoleTest.cs](https://git.abbether.net/craig.oates/Console.Waterworks/blob/master/Console.Waterworks/CW-Tests/CW-ConsoleTest.cs)
* [CW-Tests.csproj](https://git.abbether.net/craig.oates/Console.Waterworks/blob/master/Console.Waterworks/CW-Tests/CW-Tests.csproj)
* [packages.config](https://git.abbether.net/craig.oates/Console.Waterworks/blob/master/Console.Waterworks/CW-Tests/packages.config)
![cw-tests file structure](cw_tests-file-structure.png)
Loading…
Cancel
Save