MCPcopy Create free account
hub / github.com/canonical/multipass / SSHClient

Method SSHClient

tests/test_ssh_client.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32struct SSHClient : public testing::Test
33{
34 SSHClient()
35 {
36 connect.returnValue(SSH_OK);
37 is_connected.returnValue(true);
38 open_session.returnValue(SSH_OK);
39 }
40
41 mp::SSHClient make_ssh_client()
42 {

Callers

nothing calls this directly

Calls 1

returnValueMethod · 0.80

Tested by

no test coverage detected