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