FakeIssueComponent Class

Summary

Implementation of a BaseIssueComponent<T> for use in test cases.
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(ICakeLog) 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<FakeIssueComponent>(string) void
Throws an exception if the specified parameter's value is null.
GitHub