Forum member

dchetwynd

4 posts

Posts by dchetwynd

  1. Icons are showing black

    Yes. The parent and grandparent classes are in the same project as the child class with the [TextFixture] attribute, but the great-grandparent class with the [Test] attribute and Run() method is in a different project not within the same solution. Thanks, Daley

  2. Icons are showing black

    Hi Remco, We're using three levels of inheritance for the database test classes. The child class has a [TestFixture] attribute, the MakeAssertions() method, but no test methods marked with [Test]. The parent and grandparent classes are both abstract classes and do not have either the [TestFixture…

  3. Icons are showing black

    Hi Remco, I've submitted a bug report detailing the problem. Thanks for your help and your quick response, Daley

  4. Icons are showing black

    Hi, I have a similar problem to nikosbaxevanis. I'm running NCrunch 1.33b and Visual Studio 2010 on an Intel Core2 Duo processor, with NUnit 2.5.10. I also have ReSharper 6 installed. I have two different Visual Studio solutions. NCrunch works fine for the smaller one, building, showing the te…