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

Function trait_example

tests/assert.rs:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17#[test]
18fn trait_example() {
19 let mut cmd = Command::cargo_bin("bin_fixture").unwrap();
20 cmd.assert().success();
21}
22
23#[test]
24fn trait_assert_example() {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected