CurrentContext indicates an expected call of CurrentContext.
()
| 114 | |
| 115 | // CurrentContext indicates an expected call of CurrentContext. |
| 116 | func (mr *MockCliMockRecorder) CurrentContext() *gomock.Call { |
| 117 | mr.mock.ctrl.T.Helper() |
| 118 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CurrentContext", reflect.TypeOf((*MockCli)(nil).CurrentContext)) |
| 119 | } |
| 120 | |
| 121 | // CurrentVersion mocks base method. |
| 122 | func (m *MockCli) CurrentVersion() string { |
nothing calls this directly
no outgoing calls
no test coverage detected