shouldBeFalse

Verify that the condition is false.

void
shouldBeFalse
(
E
)
(
lazy E condition
,
in string file = __FILE__
,
in size_t line = __LINE__
)

Throws

UnitTestException on failure.

Examples

shouldBeFalse(false);

Meta