shouldBeNull

Verify that the value is null.

void
shouldBeNull
(
T
)
(
const scope auto ref T value
,
string file = __FILE__
,
size_t line = __LINE__
)

Throws

UnitTestException on failure

Examples

shouldBeNull(null);

Meta