EXPECT returns an object that allows the caller to indicate expected use.
()
| 41 | |
| 42 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 43 | func (m *MockAzureClient) EXPECT() *MockAzureClientMockRecorder { |
| 44 | return m.recorder |
| 45 | } |
| 46 | |
| 47 | // CloseIdleConnections mocks base method. |
| 48 | func (m *MockAzureClient) CloseIdleConnections() { |
no outgoing calls