Steps to reproduce:
Code:
[TestMethod, ExpectedException(typeof(NullReferenceException))]
public void TestException_ShouldThrowNullReferenceException()
{
}
This test will rightly fail because no exception is thrown.
However, NCrunch does not provide any reason for the failure.
I would expect to see a message relating to the error and a stacktrace.
Many thanks, Dan