A callback for unittest errors in D. The user-supplied unittest handler will be called if one has been supplied, otherwise the error will be written to stderr.
The name of the file that signaled this error.
The line number on which this error occurred.
An error message supplied by the user.
See Implementation
A callback for unittest errors in D. The user-supplied unittest handler will be called if one has been supplied, otherwise the error will be written to stderr.