(&mut self)
| 402 | /// See the wrapped `Checker::take_captured_out` function for details. |
| 403 | #[must_use] |
| 404 | pub fn take_captured_out(&mut self) -> Vec<CapturedOut> { |
| 405 | self.checker.take_captured_out() |
| 406 | } |
| 407 | |
| 408 | /// Validates all expectations. |
| 409 | pub(crate) fn check(self) { |
no outgoing calls
no test coverage detected