Forum member
ashmind
4 posts
Posts by ashmind
-
Show MbUnit [Row] entries separately in the NCrunch Tests window
Right now it is hard to tell which [Row] failed without looking into the details. It would be much better if separate [Row] were shown separately and the failed test name included [Row] parameters. Thanks.
07 Jul 2012 10:30 UTC
-
Problem building test assembly in 1.36b
Hi Remco, I have found one issue with custom tasks not being included into AdditionalFilesToInclude. After I did that, I tried MSbuild in the workspace dir, and it complained about: "C:\Users\me\AppData\Local\NCrunch\4360\454\CodeFolder1\CodeFolder2\Tests\Tests.csproj" (default target) (1) -> …
20 Dec 2011 22:40 UTC
-
Problem building test assembly in 1.36b
Hi, I just remembered that CommonTestActions is my own custom target. It is defined in a separate *.targets file (included in the same project as a <None /> item as well). I tried adding it to the AdditionalFilesToInclude but it still does not build. See bug report as well ("CommonTestActions …
20 Dec 2011 01:55 UTC
-
Problem building test assembly in 1.36b
In previous versions, tests didn't run, but assembly was built successfully. Now I am getting the error (0): The target "CommonTestActions" does not exist in the project. Thanks in advance.
19 Dec 2011 21:23 UTC