Forum member

Superbreak

5 posts

Posts by Superbreak

  1. License and V2 Update

    Hi Remco, I'm just bumping this topic as it's very relevant now. I sent you a question on Twitter (@danbo) about it as the timing of v2 will affect my purchase consideration. Do you have a timescale for a commercial release of v2, and if I buy v1 now, will I be able to upgrade to v2 without an…

  2. Collapse/expand NCrunch Tests window items with arrow keys

    Hi Remco, Do you provide any visibility on the feature/functionality backlog? Many thanks, Dan

  3. NCrunch provides no feedback on ExpectedException test failures

    Many thanks for fixing!

  4. NCrunch provides no feedback on ExpectedException test failures

    Steps to reproduce: [code=csharp][TestMethod, ExpectedException(typeof(NullReferenceException))] public void TestException_ShouldThrowNullReferenceException() { }[/code] This test will rightly fail because no exception is thrown. However, NCrunch does not provide any reason for the failu…

  5. Collapse/expand NCrunch Tests window items with arrow keys

    When navigating through the NCrunch tests, I have a habit of pressing the left arrow to collapse a class/project and right to expand. However, this does not work because, I assume, NCrunc does not have this facility. Is it possible to add this, so that I can easily collapse/expand the tests? …