Summary
Base class for test fixtures for testing issue providers inherited from
BaseConfigurableIssueProvider<T>
.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Base Types
- Derived Types
graph BT
Type-->Base0["BaseIssueProviderFixture<TIssueProvider>"]
Base0-->Base1["Object"]
Type["BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings>"]
class Type type-node
Derived0["BaseMultiFormatIssueProviderFixture<TIssueProvider, TSettings, TLogFileFormat>"]-->Type
click Derived0 "/api/Cake.Issues.Testing/BaseMultiFormatIssueProviderFixture_3"
Syntax
public abstract class BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings> :
BaseIssueProviderFixture<TIssueProvider>
where TIssueProvider : BaseConfigurableIssueProvider<TSettings> where TSettings : IssueProviderSettings
Type Parameters
Name | Description |
---|---|
TIssueProvider | Type of issue provider. |
TSettings | Type of the settings for the issue provider. |
Constructors
Name | Summary |
---|---|
Base |
Initializes a new instance of the BaseConfigurableIssueProviderFixture<TIssueProvider, TSettings> class.
|
Properties
Name | Value | Summary |
---|---|---|
File |
string |
Gets the namespace where test file resources will be searched.
|
LogFileContent | byte[] |
Gets or sets the content of the log file.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IList |
Returns arguments for creating a new instance of an issue provider.
|
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
|