pub fn evaluate_funcs<T: Clone + 'static>( _ctx: TestContext, expr: &str, json_body: &Value, assert_type: &str, outputs: &HashMap<String, Value>, ) -> Result<(bool, String), AssertionError>