Strict boolean false assertion
Passes only if x is VBool false. For a
looser falsiness check, use expect_falsy instead.
Any): The value to check.Expect_pass only when x is
false; Expect_hold on NA;
Expect_stop on errors or non-false values.
assert(expect_false(false))
assert(expect_false(2 < 1))