in Debug mode the tests which throw a custom exception give an error message like
Exception of type 'CustomProductException' was thrown instead of 'CustomProductException'
Fail.But when I choose Test - Run - All Tests in Solution rather than Debug, all Tests pass.Why is this happening? Any pointers...