( specific directive - since version 2.0.7 )
Throws an error with the given message if the expression is not false
Examples :
#assertFalse( $flag, "Flag is true (false expected)" )
#assertFalse( $entity.hasCompositePrimaryKey(), "Composite Primary Key not supported" )