EXPECT returns an object that allows the caller to indicate expected use.
()
| 137 | |
| 138 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 139 | func (m *MockDeviceController) EXPECT() *MockDeviceControllerMockRecorder { |
| 140 | return m.recorder |
| 141 | } |
| 142 | |
| 143 | // AdjFreq mocks base method. |
| 144 | func (m *MockDeviceController) AdjFreq(freq float64) error { |
no outgoing calls
no test coverage detected