News

Microsoft has introduced MSTest runner, a lightweight, portable runner for the MSTest unit testing framework. Unveiled January 24 , MSTest runner is extensible and makes tests more portable and ...
While I can't help conquer the "boring" part, this article will look at approaches that make writing unit tests easier so that you're more inclined to do it. This article will apply to the more common ...
Bill Dinger discusses design principles and ways to make C# code testable, as well as using testing tools such as Moq, Autofixture, & MsTest.
Let me be clear about the new .NET Core testing framework, xUnit: It's an alternative, not a replacement for MSTest, the .NET Core version of the framework you're familiar with from earlier versions ...