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