(authConfigs map[string]types.AuthConfig, authConfigErrors map[string]error)
| 194 | var _ credentials.Store = (*mockNativeStore)(nil) |
| 195 | |
| 196 | func NewMockNativeStore(authConfigs map[string]types.AuthConfig, authConfigErrors map[string]error) credentials.Store { |
| 197 | return &mockNativeStore{authConfigs: authConfigs, authConfigErrors: authConfigErrors} |
| 198 | } |
| 199 | |
| 200 | func TestGetAllCredentialsFileStoreOnly(t *testing.T) { |
| 201 | configFile := New("filename") |
no outgoing calls
no test coverage detected
searching dependent graphs…