ConfigFile indicates an expected call of ConfigFile.
()
| 86 | |
| 87 | // ConfigFile indicates an expected call of ConfigFile. |
| 88 | func (mr *MockCliMockRecorder) ConfigFile() *gomock.Call { |
| 89 | mr.mock.ctrl.T.Helper() |
| 90 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ConfigFile", reflect.TypeOf((*MockCli)(nil).ConfigFile)) |
| 91 | } |
| 92 | |
| 93 | // ContextStore mocks base method. |
| 94 | func (m *MockCli) ContextStore() store.Store { |
nothing calls this directly
no outgoing calls
no test coverage detected