Summary
Base class for test fixtures for testing issue providers inherited from
BaseMultiFormatIssueProvider<TSettings, TIssueProvider>
.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Base Types
graph BT
Type-->Base0["BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings>"]
Base0-->Base1["BaseIssueProviderFixture<TIssueProvider>"]
Base1-->Base2["Object"]
Type["BaseMultiFormatIssueProviderFixture<TIssueProvider, TSettings, TLogFileFormat>"]
class Type type-node
Syntax
public abstract class BaseMultiFormatIssueProviderFixture<TIssueProvider, TSettings, TLogFileFormat> :
BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings>
where TIssueProvider : BaseMultiFormatIssueProvider<TSettings, TIssueProvider> where TSettings : BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings> where TLogFileFormat : ILogFileFormat<TIssueProvider, TSettings>
Type Parameters
Name | Description |
---|---|
TIssueProvider | Type of issue provider. |
TSettings | Type of the settings for the issue provider. |
TLogFileFormat | Type of the log file format. |
Constructors
Name | Summary |
---|---|
Base |
Initializes a new instance of the BaseMultiFormatIssueProviderFixture<TIssueProvider, TSettings, TLogFileFormat> class.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IList |
Creates a new instance of the issue provider settings.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|