Forum member

henrits

1 post

Posts by henrits

  1. SetUp and TearDown methods not executed for NUnit tests?

    Hi there, I am trying to run my NUnit tests with NCrunch. After running a test class some of the test methods fail unexectedly. After looking into it I noticed the red dots (code NOT executed) of the lines in the SetUp and TearDown methods. Are the methods marked with the SetUpAttribute and T…