Pause provides a mock function with given fields:
()
| 12 | |
| 13 | // Pause provides a mock function with given fields: |
| 14 | func (_m *Client) Pause() error { |
| 15 | ret := _m.Called() |
| 16 | |
| 17 | var r0 error |
| 18 | if rf, ok := ret.Get(0).(func() error); ok { |
| 19 | r0 = rf() |
| 20 | } else { |
| 21 | r0 = ret.Error(0) |
| 22 | } |
| 23 | |
| 24 | return r0 |
| 25 | } |
| 26 | |
| 27 | // PlayOpt provides a mock function with given fields: opt |
| 28 | func (_m *Client) PlayOpt(opt *spotify.PlayOptions) error { |
nothing calls this directly
no outgoing calls
no test coverage detected