Lines Matching refs:TestAssertion
53 pub enum TestAssertion { enum
64 impl TestAssertion { impl
66 matches!(self, TestAssertion::Failed { .. }) in is_failed()
70 impl fmt::Display for TestAssertion { implementation
74 TestAssertion::Passed { ref description } => write!( in fmt()
80 TestAssertion::Failed { in fmt()
92 TestAssertion::Failed { in fmt()
111 $crate::TestAssertion::Passed {
115 TestAssertion::Failed {
124 $crate::TestAssertion::Passed {
128 $crate::TestAssertion::Failed {