Forum member

majaco

1 post

Posts by majaco

  1. ExpectedException Attribute hides failures in TestCleanup

    I created a unit test that passed NCrunch locally but then failed during a gated build on the TFS build server. It appears NCrunch runs TestCleanup code differently from how it is processed by MSTest when the test is decorated with the ExpectedException attribute. This test class demonstrates the…