Sets the expected resulting line for the test.
(mut self, line: &'static str)
| 586 | |
| 587 | /// Sets the expected resulting line for the test. |
| 588 | fn set_line(mut self, line: &'static str) -> Self { |
| 589 | self.exp_line = line; |
| 590 | self |
| 591 | } |
| 592 | |
| 593 | /// Sets the prompt to use for the test. |
| 594 | fn set_prompt(mut self, prompt: &'static str) -> Self { |
no outgoing calls