unit-threaded ~0_7_50 (2022-02-10T13:04:23.2132007)
Dub
Repo
shouldBeEmpty
unit_threaded
should
Verify that rng is empty.
void
shouldBeEmpty
(R rng, string file, size_t line)
void
shouldBeEmpty
(
R
)
(
in
auto
ref
R
rng
,
in
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
if
(
isInputRange
!
R
)
void
shouldBeEmpty
(shared(R) rng, string file, size_t line)
void
shouldBeEmpty
(T aa, string file, size_t line)
Throws
UnitTestException on failure.
Meta
Source
See Implementation
unit_threaded
should
classes
UnitTestException
enums
isLikeAssociativeArray
functions
be
convertToString
fail
isApproxEqual
isEqual
should
shouldApproxEqual
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
templates
IsField
Verify that rng is empty.