This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Tap.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
GenericLogFileFormat |
BaseTapLogFileFormat |
Gets an instance for the log format for any file compatible with Test Anything Protocol format.
static
|
Stylelint |
BaseTapLogFileFormat |
Gets an instance for the log format for Test Anything Protocol file generated by Stylelint.
static
|
TapIssues |
IIssueProvider |
Gets an instance of a provider for issues in a TAP compatible file using specified settings.
static
|
TapIssuesFromContent |
IIssueProvider |
Gets an instance of a provider for issues in a TAP compatible file from memory.
static
|
Tap |
IIssueProvider |
Gets an instance of a provider for issues in a TAP compatible file from disk.
static
|
Tap |
string |
Gets the name of the TAP issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
Textlint |
BaseTapLogFileFormat |
Gets an instance for the log format for Test Anything Protocol file generated by Textlint.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|