Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 746 Bytes

tdd-hello-nunit

TDD Example project in C# with NUnit


I created this project as a learning aid for my CodeMentor students studying TDD with NUnit, Moq, and C#.
The project is a simple console application with a few additional features to show how more advanced aspects of TDD work.

Need help? Get help on Codementor

Getting Started


  1. Clone the repository to your local environment
  2. Read through \DesignNotes\HelloNUnit-DesignNotes.txt

Note: Each section of HelloNUnit-DesignNotes.txt corresponds to a single commit.