MCPcopy
hub / github.com/apache/devlake / MockIdentityClient

Struct MockIdentityClient

backend/plugins/q_dev/tasks/s3_data_extractor_test.go:31–33  ·  view source on GitHub ↗

Mock Identity Client for testing

Source from the content-addressed store, hash-verified

29
30// Mock Identity Client for testing
31type MockIdentityClient struct {
32 mock.Mock
33}
34
35func (m *MockIdentityClient) ResolveUserDisplayName(userId string) (string, error) {
36 args := m.Called(userId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected