Module assert_cmd::assert[][src]

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::stdout and Assert::stderr to convert Self into the needed Predicate<[u8]>.

OutputAssertExt

Assert the state of an Output.