unit-threaded v0.7.53 (2018-11-28T18:51:07Z)
Home
Dub
Repo
shouldBeNull
unit_threaded
assertions
Verify that the value is null.
void
shouldBeNull
(
T
)
(
in
auto
ref
T
value
,
in
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
Throws
UnitTestException on failure
Examples
shouldBeNull
(
null
);
Meta
Source
See Implementation
unit_threaded
assertions
enums
isLikeAssociativeArray
functions
be
convertToString
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 the value is null.