WriteCalls gets all the calls that were made to Write. Check the length with: len(mockedConfig.WriteCalls())
()
| 879 | // |
| 880 | // len(mockedConfig.WriteCalls()) |
| 881 | func (mock *ConfigMock) WriteCalls() []struct { |
| 882 | } { |
| 883 | var calls []struct { |
| 884 | } |
| 885 | mock.lockWrite.RLock() |
| 886 | calls = mock.calls.Write |
| 887 | mock.lockWrite.RUnlock() |
| 888 | return calls |
| 889 | } |
no outgoing calls