Overload | Description |
---|---|
AddReportable(String,String) | Adds some information to the assertion that will be included in the message that is emitted if an assertion fails. |
AddReportable(String,Func<String>) | Adds some information to the assertion that will be included in the message that is emitted if an assertion fails. The value is only calculated on failure. |