shouldBeNull

Verify that the value is null.

@safe
void
shouldBeNull
(
T
)
(
in T value
,
in string file = __FILE__
,
in size_t line = __LINE__
)

Throws

UnitTestException on failure

Examples

shouldBeNull(null) ;

Meta