| 15 | } |
| 16 | |
| 17 | type PoolManager_Expecter struct { |
| 18 | mock *mock.Mock |
| 19 | } |
| 20 | |
| 21 | func (_m *PoolManager) EXPECT() *PoolManager_Expecter { |
| 22 | return &PoolManager_Expecter{mock: &_m.Mock} |
nothing calls this directly
no outgoing calls
no test coverage detected