Testing
4 posts
Testing
members
.NET Core Code Coverage using OpenCover
1 min read
Over the past week I've been trying to get some code/test coverage metrics from a new .NET Core project I've been working on. Because the RTM of .NET Core…
Testing
members
Microsoft Fakes - Shims and Stubs
6 min read
Overview While revising for a recent Microsoft exam I've come across the Microsoft Fakes Framework. I'd not been aware of this before, but surprisingly it's been available since Visual Studio…
Javascript
members
Clientside Testing - Mocking, Spies and Stubs
4 min read
Recently I've been working with clientside unit testing for an Angular project. The tests I've been creating have been using Jasmine for unit testing and Sinon (http://sinonjs.org) for…