EXPECT returns an object that allows the caller to indicate expected use.
()
| 288 | |
| 289 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 290 | func (m *MockPPSPoller) EXPECT() *MockPPSPollerMockRecorder { |
| 291 | return m.recorder |
| 292 | } |
| 293 | |
| 294 | // PollPPSSink mocks base method. |
| 295 | func (m *MockPPSPoller) PollPPSSink() (time.Time, error) { |
no outgoing calls
no test coverage detected