Expand description
std::process::Output assertions.
Structs§
- Assert
- Assert the state of an
Output. - Assert
Error Asserterror (seeAssertResult).- Bytes
Content Output Predicate - Keep
predicatesconcrete Predicates out of our public API.predicates_core::Predicateused byIntoOutputPredicatefor bytes. - EqCode
Predicate - Keep
predicatesconcrete Predicates out of our public API.predicates_core::Predicateused byIntoCodePredicatefor code. - InCode
Predicate - Keep
predicatesconcrete Predicates out of our public API.predicates_core::Predicateused byIntoCodePredicatefor iterables of codes. - StrContent
Output Predicate - Keep
predicatesconcrete Predicates out of our public API.predicates_core::Predicateused byIntoOutputPredicateforstr. - StrOutput
Predicate predicates_core::Predicateused byIntoOutputPredicateforPredicate<str>.
Traits§
- Into
Code Predicate - Used by
Assert::codeto convertSelfinto the neededpredicates_core::Predicate<i32>. - Into
Output Predicate - Used by
Assert::stdoutandAssert::stderrto convert Self into the needed [predicates_core::Predicate<[u8]>]. - Output
Assert Ext - Assert the state of an
Output.
Type Aliases§
- Assert
Result Assertrepresented as aResult.