unit-threaded ~master (2021-11-18T12:06:34.8915742)
Dub
Repo
UnitTestException
unit_threaded
exception
An exception to signal that a test case has failed.
class
UnitTestException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string[] msgLines, string file, size_t line, Throwable next);
string
toString
();
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string[] msgLines, string file, size_t line, Throwable next)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
exception
classes
UnitTestException
functions
fail
An exception to signal that a test case has failed.