Forum member

chadit

5 posts

Posts by chadit

  1. 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…

  2. xunit, ncrunch, VS2012

    That was it, this can be closed out. Thank you Remco.

  3. 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

  4. 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…

  5. 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.