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

Method EXPECT

phc/pps_mock_test.go:328–330  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

326
327// EXPECT returns an object that allows the caller to indicate expected use.
328func (m *MockFrequencyGetter) EXPECT() *MockFrequencyGetterMockRecorder {
329 return m.recorder
330}
331
332// FreqPPB mocks base method.
333func (m *MockFrequencyGetter) FreqPPB() (float64, error) {

Callers 6

TestNewPiServoFunction · 0.95
TestNewPiServoUseMaxFreqFunction · 0.95
TestNewPiServoStepthFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected