Lines Matching refs:description
55 description: &'static str,
58 description: &'static str,
74 TestAssertion::Passed { ref description } => write!( in fmt()
78 desc = style(description).green(), in fmt()
81 ref description, in fmt()
88 desc = style(description).red(), in fmt()
93 ref description, in fmt()
100 desc = style(description).red(), in fmt()
109 ($description:expr, $assertion:expr) => {
112 description: $description,
116 description: $description,
122 ($description:expr, $assertion:expr, $why:expr) => {
125 description: $description,
129 description: $description,