Summary
Initializes a new instance of the
FakeMultiFormatIssueProviderSettings
class
for a log file content in memory.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Containing Type
- Fake
Multi Format Issue Provider Settings
Syntax
public FakeMultiFormatIssueProviderSettings(byte[] logFileContent, FakeLogFileFormat format)
Parameters
Name | Type | Description |
---|---|---|
logFileContent | byte[] | Content of the log file. The log file needs to be in the format as defined by the format parameter. |
format | FakeLogFileFormat | Format of the provided log file. |
Return Value
Type | Description |
---|---|
void |