unit-threaded v0.6.24 (2016-07-18T18:12:09Z)
Home
Dub
Repo
shouldNotBeEmpty
unit_threaded
should
Verify that rng is not empty.
void
shouldNotBeEmpty
(R rng, string file, size_t line)
void
shouldNotBeEmpty
(
R
)
(
R
rng
,
in
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
if
(
isInputRange
!
R
)
void
shouldNotBeEmpty
(T aa, string file, size_t line)
Throws
UnitTestException on failure.
Meta
Source
See Implementation
unit_threaded
should
classes
UnitTestException
functions
fail
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
Verify that rng is not empty.