Forum member

drlongnecker

3 posts

Posts by drlongnecker

  1. 1.31b doesn't execute MSpec tests

    Submitted a bug report; thanks!

  2. 1.31b doesn't execute MSpec tests

    @Remco- 1) Yes, this was for all tests in the solution. I tried it on a few different solutions of varying size (ranging from ~30 tests to 800 tests). If I explicitly throw an exception, it still passes. That is what originally clued me into the problem. I assumed mspec's Catch.Exception was brok…

  3. 1.31b doesn't execute MSpec tests

    Hate to pull up an old topic, but the history on this one matched so well. I'm a new user of 1.32b and my mspec tests are showing up in the runner; however, they are [b]always[/b] passing. Code example: [code=csharp][Subject("a failure")] public class a_when_doing_something_wrong { It …