pub fn assert_that(condition: bool, msg: &str) -> Result<(), String>
Assert a condition with a custom message