Module assert_cmd::assert[][src]

process::Output assertions.

Structs

Assert

Assert the state of an Output.

BytesContentOutputPredicate

Predicate used by IntoOutputPredicate for bytes

StrContentOutputPredicate

Predicate used by IntoOutputPredicate for str

Traits

IntoCodePredicate

Used by Assert::code to convert Self into the needed Predicate<i32>.

IntoOutputPredicate

Used by Assert to convert Self into the needed Predicate<[u8]>.

OutputAssertExt

Assert the state of an Output.