Forum member

morrog

4 posts

Posts by morrog

  1. Parallell execution for individual projects

    I can't find a way to disable parallell execution for individual projects. This should be an option under configuration. We have both integration and unit tests in the solution.

  2. NCrunch for JavaScript?

    [quote=orand;2224]Perhaps the Chutzpah JavaScript test plugin for Visual Studio 2012 can be used to jumpstart this effort. [url=http://www.peterprovost.org/blog/2012/06/15/anatomy-of-a-file-based-unit-test-plugin/]http://www.peterprovost.org/blog/2012/06/15/anatomy-of-a-file-based-unit-test-plugin/…

  3. Test coverage in switch statements

    maybe this is a non-issue after nest launch, but in 1.36b I get a black marker where it should be green (- BROKEN LINK -)(- BROKEN LINK -)[/url] When two or more cases are together, the marker becomes black (no coverage)

  4. Highlight single test coverage

    Hi, Would it be useful to have an additional marker to show coverage for only one test (or multiple selected tests) at the time? Then I could follow the execution path easily and see if the test actually tests what it's supposed to.