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