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

Method EXPECT

phc/pps_mock_test.go:139–141  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected