TapIssuesAliases.

GenericLogFileFormat(ICakeContext) Method

Summary

Gets an instance for the log format for any file compatible with Test Anything Protocol format.
Assembly
Cake.Issues.Tap.dll
Namespace
Cake.Issues.Tap
Containing Type
TapIssuesAliases

Syntax

public static BaseTapLogFileFormat GenericLogFileFormat(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
BaseTapLogFileFormat Instance for the Test Anything Protocol format.