MCPcopy Index your code
hub / github.com/endbasic/endbasic / add_input_chars

Method add_input_chars

client/src/testutils.rs:310–312  ·  view source on GitHub ↗

See the wrapped `Tester::add_input_chars` function for details.

(self, golden_in: &str)

Source from the content-addressed store, hash-verified

308impl ClientTester {
309 /// See the wrapped `Tester::add_input_chars` function for details.
310 pub fn add_input_chars(self, golden_in: &str) -> Self {
311 ClientTester { tester: self.tester.add_input_chars(golden_in), service: self.service }
312 }
313
314 /// See the wrapped `Tester::get_console` function for details.
315 pub fn get_console(&self) -> Rc<RefCell<MockConsole>> {

Callers 6

test_signup_okFunction · 0.45
test_signup_abortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected