shouldBeFalse

Verify that the condition is false.

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

Throws

UnitTestException on failure.

Examples

shouldBeFalse(false);

Meta