dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
shouldBeEmpty
unit_threaded
should
Verify that rng is empty.
void
shouldBeEmpty
(
in
auto
ref
R
rng
,
in
string
file
=
__FILE__
,
in
size_t
line
=
__LINE__
)
void
shouldBeEmpty
(
R
)
(
in
auto
ref
R
rng
,
in
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
if
(
isInputRange
!
R
)
void
shouldBeEmpty
(
auto
ref
shared
(
R
)
rng
,
in
string
file
=
__FILE__
,
in
size_t
line
=
__LINE__
)
void
shouldBeEmpty
(
auto
ref
T
aa
,
in
string
file
=
__FILE__
,
in
size_t
line
=
__LINE__
)
Throws
UnitTestException on failure.
Meta
Source
See Implementation
unit_threaded
should
classes
UnitTestException
functions
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
Verify that rng is empty.