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)
void
checkNotEmpty
(T aa, string file, ulong line)
@
safe
void
checkNotEmpty
(
T
)
(
in
T
aa
,
in
string
file
= __FILE__
,
in
ulong
line
= __LINE__
)
if
(
isAssociativeArray
!
T
)
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