Assert.DoesNotThrow with NUnit -- how to get stack trace?

Viewed 6894

I am using NUnit for unit testing (running with TD.NET).

When using Assert.DoesNotThrow, i get the exception, but without any stack trace, which makes it harder to identify root issue.

How can i tackle this?

2 Answers
Related