Forum member
JoshuaPeterson
3 posts
Posts by JoshuaPeterson
-
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…
02 Dec 2015 14:44 UTC
-
Analysis Failure on .net 4.5.1 assembly
I'm downloading it now. Will give it a try. Thanks!
19 Jul 2013 17:59 UTC
-
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?
15 Jul 2013 14:21 UTC