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