Summary
Implementation of
BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings>
for use in test cases.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Base Types
graph BT
Type-->Base0["BaseMultiFormatIssueProviderSettings<FakeMultiFormatIssueProvider, FakeMultiFormatIssueProviderSettings>"]
Base0-->Base1["IssueProviderSettings"]
click Base1 "/api/Cake.Issues/IssueProviderSettings"
Base1-->Base2["Object"]
Type["FakeMultiFormatIssueProviderSettings"]
class Type type-node
Syntax
public class FakeMultiFormatIssueProviderSettings :
BaseMultiFormatIssueProviderSettings<FakeMultiFormatIssueProvider, FakeMultiFormatIssueProviderSettings>
Constructors
Name | Summary |
---|---|
Fake |
Initializes a new instance of the FakeMultiFormatIssueProviderSettings class
for a log file content in memory.
|
Fake |
Initializes a new instance of the FakeMultiFormatIssueProviderSettings class
for reading a log file on disk.
|
Properties
Name | Value | Summary |
---|---|---|
LogFileContent | byte[] |
Gets the content of the log file.
Inherited from Issue
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|