--- assert_nil(object, message="")
--- assert_not_nil(object, message="")

    object.nil? ʤ pass

    !object.nil? ʤ pass

