Macro Ensure-Null

Part of:

package lift
( ensure-null < predicate > &key < report > < arguments > )

If ensure-null's predicate evaluates to true, then it will generate a
test failure. You can use the report and arguments keyword parameters
to customize the report generated in test results. See ensure for more
details.