MCPcopy Create free account
hub / github.com/facebook/time / EXPECT

Method EXPECT

phc/pps_mock_test.go:290–292  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected