IssueChecker.

Check(IIssue, IIssue) 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, IIssue expectedIssue)

Attributes

Type Description
AssertionMethodAttribute Attribute for marking custom assertion methods.

Parameters

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

Return Value

Type Description
void
GitHub