MCPcopy
hub / github.com/cloudfoundry/cli / FakeSecureClient

Struct FakeSecureClient

util/clissh/clisshfakes/fake_secure_client.go:12–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type FakeSecureClient struct {
13 CloseStub func() error
14 closeMutex sync.RWMutex
15 closeArgsForCall []struct {
16 }
17 closeReturns struct {
18 result1 error
19 }
20 closeReturnsOnCall map[int]struct {
21 result1 error
22 }
23 ConnStub func() ssh.Conn
24 connMutex sync.RWMutex
25 connArgsForCall []struct {
26 }
27 connReturns struct {
28 result1 ssh.Conn
29 }
30 connReturnsOnCall map[int]struct {
31 result1 ssh.Conn
32 }
33 DialStub func(string, string) (net.Conn, error)
34 dialMutex sync.RWMutex
35 dialArgsForCall []struct {
36 arg1 string
37 arg2 string
38 }
39 dialReturns struct {
40 result1 net.Conn
41 result2 error
42 }
43 dialReturnsOnCall map[int]struct {
44 result1 net.Conn
45 result2 error
46 }
47 NewSessionStub func() (clissh.SecureSession, error)
48 newSessionMutex sync.RWMutex
49 newSessionArgsForCall []struct {
50 }
51 newSessionReturns struct {
52 result1 clissh.SecureSession
53 result2 error
54 }
55 newSessionReturnsOnCall map[int]struct {
56 result1 clissh.SecureSession
57 result2 error
58 }
59 WaitStub func() error
60 waitMutex sync.RWMutex
61 waitArgsForCall []struct {
62 }
63 waitReturns struct {
64 result1 error
65 }
66 waitReturnsOnCall map[int]struct {
67 result1 error
68 }
69 invocations map[string][][]interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected