CoverletOutputFormat Class

Summary

Maps to the output formats provided by Coverlet
Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["CoverletOutputFormat"] class Type type-node

Syntax

public sealed class CoverletOutputFormat : Enum

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
cobertura 8
Cobertura
static
json 1
Json
static
lcov 2
Lcov
static
opencover 4
Opencover
static
teamcity 16
TeamCity
static
value__

Extension Methods

Name Value Summary
Dump<CoverletOutputFormat>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CoverletOutputFormat>(CoverletOutputFormat[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CoverletOutputFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<CoverletOutputFormat>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<CoverletOutputFormat>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<CoverletOutputFormat>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin