Authenticator provides a mock function with given fields:
()
| 14 | |
| 15 | // Authenticator provides a mock function with given fields: |
| 16 | func (_m *DiskplayerServer) Authenticator() *spotify.Authenticator { |
| 17 | ret := _m.Called() |
| 18 | |
| 19 | var r0 *spotify.Authenticator |
| 20 | if rf, ok := ret.Get(0).(func() *spotify.Authenticator); ok { |
| 21 | r0 = rf() |
| 22 | } else { |
| 23 | if ret.Get(0) != nil { |
| 24 | r0 = ret.Get(0).(*spotify.Authenticator) |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | return r0 |
| 29 | } |
| 30 | |
| 31 | // RunCallbackServer provides a mock function with given fields: |
| 32 | func (_m *DiskplayerServer) RunCallbackServer() (*http.Server, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected