DEV Community

David Amour
David Amour

Posted on

TDD And Exceptions

Question - When doing TDD with C# and testing that an exception is thrown under some scenario, should you also test that the exception message is as expected?

Top comments (0)