You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no current way to alter the message produced by the Analyzer and Code Fix on failure.
Analyzer and Code Fix testing from the templates has a fixed message
This presents a problem for me because I use sample code files and do not know which sample code file failed without a debug breakpoint to evaluate real-time values.
I would like CodeFixVerifier to accept a delegate to create the message. This is the easiest way to give the person writing the tests adequate control over the message.
An alternate message string is not sufficient because there are many reasons someone might have extra information to deliver to the person looking at test failures.
There is no current way to alter the message produced by the Analyzer and Code Fix on failure.
Analyzer and Code Fix testing from the templates has a fixed message
This presents a problem for me because I use sample code files and do not know which sample code file failed without a debug breakpoint to evaluate real-time values.
I would like CodeFixVerifier to accept a delegate to create the message. This is the easiest way to give the person writing the tests adequate control over the message.
An alternate message string is not sufficient because there are many reasons someone might have extra information to deliver to the person looking at test failures.