Method LogError
LogError(string, Object)
Same as LogError(object, Object), but does not print anything if tests are being run.
Declaration
public static void LogError(string message, Object context = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error message for display. |
Object | context | Object to which the message applies. |