Testing .NET Code with xUnit.net: Getting Started
Pluralsight - Jason Roberts
It's usually more expensive, time-consuming, and stressful to fix software bugs after they have been released to production environments. A good set of automated tests helps to verify that the application is...
Mocking with Moq and xUnit
Pluralsight - Jason Roberts
Writing unit tests can be difficult, time-consuming, and slow when you can't isolate the classes you want to test from the rest of the system. In this course, Mocking with Moq and xUnit, you'll learn how to create mocks and use them as...
Improving Unit Tests with Fluent Assertions
Pluralsight - Jason Roberts
When tests fail it can be hard to understand exactly what caused the failures. If test failure messages are ambiguous or not detailed enough you sometimes have to fire up the debugger and run the test in debug mode just...
.NET Unit Testing with AutoFixture
Pluralsight - Jason Roberts
Automated tests can be time consuming to write and costly to maintain if every time you change the production code you must update all the tests. In this course, .NET Unit Testing with AutoFixture, you’ll learn to how to use...
Introduction to .NET Testing with NUnit 3
Pluralsight - Jason Roberts
Releasing bug-ridden code to production is a sure fire way of creating unhappy end-users, management, and development teams. Nobody likes to receive a phone call in the middle of the night saying that the production system...