Skip to main content

evaluate_funcs

Function evaluate_funcs 

Source
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>