unit-threaded v0.4.5 (2014-10-01T16:20:48Z)
Home
Dub
Repo
checkEqual
unit_threaded
check
Undocumented in source. Be warned that the author may not have intended to support it.
void
checkEqual
(T value, U expected, string file, ulong line)
void
checkEqual
(T value, T expected, string file, ulong line)
void
checkEqual
(
T
)
(
in
T
value
,
in
T
expected
,
in
string
file
= __FILE__
,
in
ulong
line
= __LINE__
)
if
(
is
(
T
== class)
)
Meta
Source
See Implementation
unit_threaded
check
classes
UnitTestException
functions
checkEqual
checkFalse
checkIn
checkNotEqual
checkNotIn
checkNotNull
checkNotThrown
checkNull
checkThrown
checkTrue
utFail