MCPcopy
hub / github.com/docker/compose / Client

Method Client

pkg/mocks/mock_docker_cli.go:66–71  ·  pkg/mocks/mock_docker_cli.go::MockCli.Client

Client mocks base method.

()

Source from the content-addressed store, hash-verified

64
65// Client mocks base method.
66func (m *MockCli) Client() client.APIClient {
67 m.ctrl.T.Helper()
68 ret := m.ctrl.Call(m, "Client")
69 ret0, _ := ret[0].(client.APIClient)
70 return ret0
71}
72
73// Client indicates an expected call of Client.
74func (mr *MockCliMockRecorder) Client() *gomock.Call {

Callers 15

httpTransportMethod · 0.45
convertFunction · 0.45
inspectWithPullFunction · 0.45
CreateTransformerFunction · 0.45
ListTransformersFunction · 0.45
newTestServiceFunction · 0.45
prepareMocksFunction · 0.45
TestWatch_SyncFunction · 0.45
newPreStartTestServiceFunction · 0.45
TestRunHook_ConsoleSizeFunction · 0.45
TestCollectObservedStateFunction · 0.45
apiClientMethod · 0.45

Calls

no outgoing calls

Tested by 14

newTestServiceFunction · 0.36
prepareMocksFunction · 0.36
TestWatch_SyncFunction · 0.36
newPreStartTestServiceFunction · 0.36
TestRunHook_ConsoleSizeFunction · 0.36
TestCollectObservedStateFunction · 0.36
TestServiceLinksFunction · 0.36
TestWaitDependenciesFunction · 0.36
TestIsServiceHealthyFunction · 0.36
TestCreateMobyContainerFunction · 0.36