unit-threaded v0.4.8 (2015-05-11T16:22:16Z)
Home
Dub
Repo
UnitTestException
unit_threaded
check
Undocumented in source.
@
safe
class
UnitTestException : Exception {
this
(string[] msgLines, string file, ulong line);
}
Constructors
this
this
(string[] msgLines, string file, ulong line)
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
check
classes
UnitTestException
functions
checkEmpty
checkEqual
checkFalse
checkGreaterThan
checkIn
checkNotEmpty
checkNotEqual
checkNotIn
checkNotNull
checkNotThrown
checkNull
checkSmallerThan
checkThrown
checkTrue
utFail