ListCalls gets all the calls that were made to List. Check the length with: len(mockedExtensionManager.ListCalls())
()
| 340 | // |
| 341 | // len(mockedExtensionManager.ListCalls()) |
| 342 | func (mock *ExtensionManagerMock) ListCalls() []struct { |
| 343 | } { |
| 344 | var calls []struct { |
| 345 | } |
| 346 | mock.lockList.RLock() |
| 347 | calls = mock.calls.List |
| 348 | mock.lockList.RUnlock() |
| 349 | return calls |
| 350 | } |
| 351 | |
| 352 | // Remove calls RemoveFunc. |
| 353 | func (mock *ExtensionManagerMock) Remove(name string) error { |
no outgoing calls