Forum member
chadit
5 posts
Posts by chadit
-
Does Ncrunch support Shim scope
If I add the following test when using MSTEST [TestMethod] [ExpectedException(typeof(Y2KException))] public void EndOfWorldCheckerTest() { // scope the shim otherwise it will fail, this is so it does not last forever. using (ShimsContext.Create…
14 Mar 2013 20:45 UTC
-
xunit, ncrunch, VS2012
That was it, this can be closed out. Thank you Remco.
12 Feb 2013 19:26 UTC
-
xunit, ncrunch, VS2012
Sorry about that I submitted the bug report when I was not in a project, resubmitted it. yes nCrunch is enabled. In order to verify nCrunch is working I created a unit testing class that is using MSTest. Here is the sample project I created https://github.com/chadit/TestingDemo
11 Feb 2013 23:07 UTC
-
xunit, ncrunch, VS2012
Description I have visual studio 2012 installed, ncrunch works perfect with MSTest. I created a new project, installed the nuget installation of xunit. ncrunch does not appear to recognize xunit as a testing framework, there is not autorun. if I open up the ncrunch test window, it says zero t…
08 Feb 2013 18:50 UTC
-
xunit, ncrunch, VS2012
Anyone been able to get these to play together. In the documentation it talks about ncrunch has a dependency to gallio for xunit test; however gallio appears to be stalled at 2010 support.
07 Feb 2013 16:50 UTC