Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 311 Bytes

CSharp-Unit-Testing

Course that shows the importance of Unit Testing. Used tools are MSUnit and NUnit.

Covers both Unit Tests and Integration Tests, showing how to break dependencies and how useful dependency injection is for testing.

8 exercises included covering every part. Check commits for each step.