Summary
Implementation of a
BaseIssueComponent<T>
for use in test cases.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Interfaces
- Base Types
-
- Object
- BaseIssueComponent
<RepositorySettings>
graph BT
Type-->Base0["BaseIssueComponent<RepositorySettings>"]
Base0-->Base1["Object"]
Type-.->Interface0["IBaseIssueComponent<RepositorySettings>"]
Type["FakeIssueComponent"]
class Type type-node
Syntax
public class FakeIssueComponent : BaseIssueComponent<RepositorySettings>,
IBaseIssueComponent<RepositorySettings>
Constructors
Name | Summary |
---|---|
FakeIssueComponent |
Initializes a new instance of the FakeIssueComponent class.
|
Properties
Name | Value | Summary |
---|---|---|
Log | ICakeLog |
Gets the Cake log instance.
|
Settings | RepositorySettings |
Gets the settings.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|