onUnittestErrorMsg

fnvoid onUnittestErrorMsg( string file, size_t line, string msg ) nothrow

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.

Parameters

fileThe name of the file that signaled this error.
lineThe line number on which this error occurred.
msgAn error message supplied by the user.