Unit Testing in C\
About this Course
Unit testing is key to ensuring that your code works as expected. Learn how to write unit tests and perform test driven development using industry standard tools and methods.
What you'll learn
- Unit Testing
- Test Driven Development
- xUnit.net
Unit Testing
Unit testing is key to creating quality software.
Writing Unit Tests
Use xUnit to write unit tests.
Test Driven Development
Use unit tests to help write code with TDD.
What to Test
It's important to know what and how much to test.