Forum member

JoshuaPeterson

3 posts

Posts by JoshuaPeterson

  1. NUnit Assert Not Failing Test (string comparison)

    I did some further digging and got it down to this: [code=csharp]namespace ConsoleApplication1 { [TestFixture] public class Test { [Test] public void ThisTestShouldFailButDoesNot() { Assert.AreEqual("a", "{"); } } }[/code] Th…

  2. Analysis Failure on .net 4.5.1 assembly

    I'm downloading it now. Will give it a try. Thanks!

  3. Analysis Failure on .net 4.5.1 assembly

    I'm using the newest version of NCrunch in Visual Studio 2013 Preview. It is unable to load any 4.5.1 assemblies, giving a BadImageFormatException. Is there any plans to move NCrunch to 4.5.1?