Skip to main content

expect_success_jsonrpc

Function expect_success_jsonrpc 

Source
fn expect_success_jsonrpc<I, S>(
    results: &mut AuthSmokeResults,
    label: &str,
    body_path: &Path,
    timeout: &str,
    args: I,
)
where I: IntoIterator<Item = S>, S: Into<OsString>,