MSpec and ReSharper test runner shows specification as PASSED when all its tests FAILED...
Read MoreASP.NET MVC tests with MSpec. Is this correct or needs refactoring?...
Read MoreHow to effectively test a fixed length flat file parser using MSpec?...
Read MoreHow do I create a an instance of a type with a private constructor for unit testing?...
Read MoreCan these row test style unit tests be improved to follow good TDD design practices?...
Read MoreDoes MSpec have a "global" cleanup capability?...
Read MoreHow do I assert a method was called on this mocked dependency with moq and mspec?...
Read MoreIs it possible to use MSpec to test .net micro-framework projects?...
Read MoreUsing MSpec runner in Visual Studio 2010 and .NET 4...
Read MoreHow do I test a virtual property on an abstract class with Rhino Mocks and MSpec?...
Read MoreHow do I get ReSharper to stop placing explicit access modifiers on my MSpec members?...
Read MoreHow do I integrate Machine.Specifications with ReSharper 6?...
Read MoreUnit testing against repositories, with MSpec, am I doing this right?...
Read MoreRhino Mocks: stubbing value used in assertion?...
Read MoreHow to write the MSpec test for code containing calls to HttpContext using fakeiteasy?...
Read MoreMSpec and base class test failure while writing test for Asp.net mvc 3 controller...
Read Moremspec & rhino mocks expected exception testing...
Read MoreUnexpected Validate behavior with Moq...
Read MoreDLL issue with MSpec ReSharper plugin...
Read MoreHow to write tests for ASP.NET MVC 3 AsyncControllers with MSpec...
Read MoreHow to output a message with an It assertion in MSpec...
Read MoreRun all test in file with ReSharper 5.x and VS2010...
Read MoreDRY-ing very similar specs for ASP.NET MVC controller action with MSpec (BDD guidelines)...
Read MoreHow can I modify the result of a method call on a mocked object before it is returned?...
Read MoreMSpec and testing class using appsettings within an app.conf issues...
Read MoreMSpec: Getting my first spec to pass...
Read More