Forum member

jisotupa

1 post

Posts by jisotupa

  1. TestContext.CurrentTestOutcome contains weird values

    We have a custom base class, which we to use provide extendability to otherwise missing extendability of MSTest. In the [TestCleanup] method of the base class, the TestContext.CurrentTestOutcome is investigated to find out whether the test passed or failed. Now, when running the test with NCrunch…