master
Craig Oates 4 years ago
parent
commit
7d899493c1
  1. 8
      CW-Tests-Project-Breakdown.md

8
CW-Tests-Project-Breakdown.md

@ -4,9 +4,9 @@ This is a traditional .Net 4.7 library, written in C#. Its main purpose is to ho
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)
* [AssemblyInfo.cs](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/CW_Tests/Properties/AssemblyInfo.cs) (in the "Properties" folder)
* [CW_ConsoleTest.cs](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/CW_Tests/CW_ConsoleTest.cs)
* [CW_Tests.csproj](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/CW_Tests/CW_Tests.csproj)
* [packages.config](https://git.abbether.net/craig.oates/Console.Waterworks/src/branch/master/Console.Waterworks/CW_Tests/packages.config)
![cw-tests file structure](cw_tests-file-structure.png)
Loading…
Cancel
Save