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