MockNsxServiceIface is a mock of NsxServiceIface interface.
| 36 | |
| 37 | // MockNsxServiceIface is a mock of NsxServiceIface interface. |
| 38 | type MockNsxServiceIface struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockNsxServiceIfaceMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockNsxServiceIfaceMockRecorder is the mock recorder for MockNsxServiceIface. |
| 45 | type MockNsxServiceIfaceMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected