IssueChecker.

Check(IIssue, IssueBuilder) Method

Summary

Checks values of an issue.
Assembly
Cake.Issues.Testing.dll
Namespace
Cake.Issues.Testing
Containing Type
IssueChecker

Syntax

public static void Check(IIssue issueToCheck, IssueBuilder expectedIssue)

Attributes

Type Description
AssertionMethodAttribute Attribute for marking custom assertion methods.

Parameters

Name Type Description
issueToCheck IIssue Issue which should be checked.
expectedIssue IssueBuilder Description of the expected issue.

Return Value

Type Description
void
GitHub