EXPECT returns an object that allows the caller to indicate expected use.
()
| 53 | |
| 54 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 55 | func (m *MockVulnerabilitiesClient) EXPECT() *MockVulnerabilitiesClientMockRecorder { |
| 56 | return m.recorder |
| 57 | } |
| 58 | |
| 59 | // ListUnfixedVulnerabilities mocks base method. |
| 60 | func (m *MockVulnerabilitiesClient) ListUnfixedVulnerabilities(arg0 context.Context, commit, localDir string) (clients.VulnerabilitiesResponse, error) { |
no outgoing calls