Testing XUnit Sample Project Using XUnit Theory and InlineData to Test C# Extension Methods Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time! by Matthew Jones
Testing XUnit Moq Unit Testing ASP.NET 5.0 MVC Controllers with Moq and XUnit Let's write unit tests for our ASP.NET 5.0 MVC Controller classes, using the goodness of XUnit, Moq, and C#! by Matthew Jones
Testing ASP.NET Core Moq Unit Testing the Business Layer in ASP.NET 5.0 with Moq and XUnit Let's write some unit tests! Using Moq and XUnit, let's see how to unit test a sample ASP.NET 5.0 project's business layer. by Matthew Jones
Testing Moq Sample Project Using Moq to Create Fluent Test Classes in ASP.NET 5.0 Using Moq, we'll create a set of "fluent" mocked classes, which will clean up our tests by allowing us to "chain" methods being mocked. by Matthew Jones
Testing Moq XUnit Unit Testing Overview with ASP.NET 5.0, XUnit, and Moq Let's see how to unit test ASP.NET 5.0 applications using XUnit and Moq! by Matthew Jones
Announcements Blogging Introducing Subscriptions! You can now subscribe to Exception Not Found to get early access to posts, better emails, no ads, and more! by Matthew Jones
Musings msbuild Development Process MSBuild, OutDir, Cargo Cults, and Why Nothing Is Ever Unchangeable MSBuild started it. Where it ended was with an idea that I am constantly being reminded of: nothing is ever unchangeable. by Matthew Jones