MockTestSetConfig is an autogenerated mock type for the TestSetConfig type
| 11 | |
| 12 | // MockTestSetConfig is an autogenerated mock type for the TestSetConfig type |
| 13 | type MockTestSetConfig struct { |
| 14 | mock.Mock |
| 15 | } |
| 16 | |
| 17 | // Read provides a mock function with given fields: ctx, testSetID |
| 18 | func (_m *MockTestSetConfig) Read(ctx context.Context, testSetID string) (*models.TestSet, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected