Forum member

User1

1 post

Posts by User1

  1. NCurnch does not recognize MSpec tests with Behavior when Behavior is defined in a separate assembly

    If SomeBehavior is defined in a different assembly then the test itself. In this case, the the spec containing Behaves_like member does not seem to be recognized by NCrunch. The spec is not on the list of executed tests, coverage markers stay white. [Subject(typeof(X))] public class when_X { …