Summary
Initializes a new instance of the
FakeConfigurableIssueProvider
class.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Containing Type
- Fake
Configurable Issue Provider
Syntax
public FakeConfigurableIssueProvider(ICakeLog log, IssueProviderSettings settings, IEnumerable<IIssue> issues)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log instance. |
settings | Issue |
The issue provider settings. |
issues | IEnumerable |
Issues which should be returned by the issue provider. |
Return Value
Type | Description |
---|---|
void |