MCPcopy Index your code
hub / github.com/assert-rs/assert_cmd / append_context_example

Function append_context_example

tests/assert.rs:36–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35#[test]
36fn append_context_example() {
37 Command::cargo_bin("bin_fixture")
38 .unwrap()
39 .assert()
40 .append_context("main", "no args")
41 .success();
42}
43
44#[test]
45fn success_example() {

Callers

nothing calls this directly

Calls 5

cargo_binFunction · 0.85
successMethod · 0.80
append_contextMethod · 0.80
assertMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected