Forum member

peitor

4 posts

Posts by peitor

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

  2. 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> { } …

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

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