TapIssuesAliases Class

Summary

Contains functionality for reading issues from Test Anything Protocol files.
Assembly
Cake.Issues.Tap.dll
Namespace
Cake.Issues.Tap
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TapIssuesAliases"] class Type type-node

Syntax

public static class TapIssuesAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
GenericLogFileFormat(ICakeContext) BaseTapLogFileFormat
Gets an instance for the log format for any file compatible with Test Anything Protocol format.
static
StylelintLogFileFormat(ICakeContext) BaseTapLogFileFormat
Gets an instance for the log format for Test Anything Protocol file generated by Stylelint.
static
TapIssues(ICakeContext, TapIssuesSettings) IIssueProvider
Gets an instance of a provider for issues in a TAP compatible file using specified settings.
static
TapIssuesFromContent(ICakeContext, string, BaseTapLogFileFormat) IIssueProvider
Gets an instance of a provider for issues in a TAP compatible file from memory.
static
TapIssuesFromFilePath(ICakeContext, FilePath, BaseTapLogFileFormat) IIssueProvider
Gets an instance of a provider for issues in a TAP compatible file from disk.
static
TapIssuesProviderTypeName(ICakeContext) string
Gets the name of the TAP issue provider. This name can be used to identify issues based on the ProviderType property.
static
TextlintLogFileFormat(ICakeContext) BaseTapLogFileFormat
Gets an instance for the log format for Test Anything Protocol file generated by Textlint.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin