Forum member
peitor
4 posts
Posts by peitor
-
Failures need to growl
+1 I would like to see somewhere WHY a test fails. Example --- Output from nUnit runner --- Test Failure : ChopperTests.EmptyArray_NoneFound Expected: 1 But was: -1 Great tool BTW!!!
19 Jun 2011 00:18 UTC
-
Tests in generic Test classes not recognized
I have a generic test class, that I reuse for different providers... Sample code to reproduce using NUnit.Framework; namespace AuthenticationProvider.Business.Tests { [TestFixture] public class InMemoryProviderTests : UserProviderTests<InMemoryUserProvider> { } …
18 May 2011 01:15 UTC
-
Tests are not recognized
Alright... #1 Is there a way I can see a roadmap on planned features? #2 Is there an email list or feed where I get a ping once a new build gets published? Great tool!!! BTW
17 May 2011 23:01 UTC
-
Tests are not recognized
It seems like that nCrunch is not recognizing my tests... I see only black dots next to the source code and the tests are passing *weird* See screenshot here http://uploadpic.org/v.php?img=TQOpCem3V9 [1] Test mit Assert.Fail [2] Resynchronize doesn't help... [3] Testdriven.NET works as exp…
17 May 2011 12:21 UTC