unit-threaded v0.4.8 (2015-05-11T16:22:16Z)
Home
Dub
Repo
checkNotEqual
unit_threaded
check
Undocumented in source. Be warned that the author may not have intended to support it.
@
safe
@
trusted
void
checkNotEqual
(
T
U
)
(
in
T
value
,
in
U
expected
,
in
string
file
= __FILE__
,
in
ulong
line
= __LINE__
)
if
(
is
(
typeof
(
value
==
expected
) ==
bool
)
)
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