News

Take advantage of the Moq open source library to isolate application code from dependencies for testing.
Sometimes what you want to test is how your Action method behaves when it's invoked through an AJAX call. Here's how to mock up that call using Moq. In an earlier column on using Moq to create unit ...