UnitTestException

An exception to signal that a test case has failed.

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