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

Method assert

src/assert.rs:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54impl OutputAssertExt for process::Output {
55 fn assert(self) -> Assert {
56 Assert::new(self)
57 }
58}
59
60impl OutputAssertExt for &mut process::Command {

Callers

nothing calls this directly

Calls 2

outputMethod · 0.80
append_contextMethod · 0.80

Tested by

no test coverage detected