unit-threaded v1.0.8 (2020-08-26T13:32:59Z)
Home
Dub
Repo
shouldBeEmpty
unit_threaded
assertions
Verify that rng is empty.
void
shouldBeEmpty
(R rng, string file, size_t line)
void
shouldBeEmpty
(shared(R) rng, string file, size_t line)
void
shouldBeEmpty
(
R
)
(
auto
ref
shared
(
R
)
rng
,
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
if
(
isInputRange
!
R
)
void
shouldBeEmpty
(T aa, string file, size_t line)
Throws
UnitTestException on failure.
Meta
Source
See Implementation
unit_threaded
assertions
enums
isLikeAssociativeArray
functions
be
convertToString
isEqual
should
shouldApproxEqual
shouldBeBetween
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.