unit-threaded v0.6.24 (2016-07-18T18:12:09Z)
Home
Dub
Repo
UnitTestException.this
unit_threaded
should
UnitTestException
Undocumented in source.
this
(string msg, string file, size_t line, Throwable next)
class
UnitTestException
@
safe
pure nothrow
this
(
in
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string[] msgLines, string file, size_t line, Throwable next)
Meta
Source
See Implementation
unit_threaded
should
UnitTestException
constructors
this
functions
toString