add images to TestCentre Breakdown page.

master
Craig Oates 5 years ago
parent
commit
49d4d83b73
  1. 6
      TestCentre-Breakdown.md
  2. BIN
      attachments/testcentre-file-structure.png
  3. BIN
      attachments/testcentre-selected.png
  4. BIN
      attachments/testcentre-split-overview.png

6
TestCentre-Breakdown.md

@ -2,7 +2,7 @@ This project is a traditional .Net (4.7) library, written in F#. Its main purpos
Within the project, you will see six files and one folder. Although, you should only need to work with two of them. They are "ConsoleTests.fs" and "LibraryTests.fs".
FILE BREAKDOWN IMAGE.
![testcentre selected](attachments/testcentre-.png)
The "AssemblyInfo.fs", "TestCentre.fsproj" and "packages.config"
files are all standard files. You will find them in most, if not all,
@ -10,8 +10,10 @@ F# based (traditional) .Net libraries.
"Script.fsx" contains code I will go over a little later. Although, if you know how to work F# Interactive (FSI), you will already know how to use this file. There is not much code in it and you can avoid using at all it if you want.
![testcentre file structure](attachments/testcentre-file-structure.png)
As there names imply, "ConsoleTests.fs" and "LibraryTests.fs" houses the tests of their project's namesake. So, "ConsoleTests.fs" contains the tests for the console (SmoulderingBeachBallCLI) project. And, "LibraryTests.fs" contains the tests for the library project (SmoulderingBeachBall).
IMAGE OF PROJECT SPLIT BREAK DOWN.
![testcentre split overview](attachments/testcentre-split-overview.png)
The folder ("SavingTestArea"), provides an area for TestCentre to actually save the images it produces. If you do not see it in your solution, you might need to create it yourself. This will become clear when you run the tests, because they will fail. If you need to add "SavingTestArea" to your copy of TestCentre, make sure it matches the location in the above diagram.

BIN
attachments/testcentre-file-structure.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
attachments/testcentre-selected.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
attachments/testcentre-split-overview.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Loading…
Cancel
Save