DotCoverCoverageTool<TSettings> Class

Summary

DotCover Coverage tool.
graph BT Type-->Base0["DotCoverTool<TSettings>"] Base0-->Base1["Tool<TSettings>"] Base1-->Base2["object"] Type["DotCoverCoverageTool<TSettings>"] class Type type-node Derived0["DotCoverCoverer"]-->Type click Derived0 "/api/Cake.Common.Tools.DotCover.Cover/DotCoverCoverer" Derived1["DotCoverAnalyser"]-->Type click Derived1 "/api/Cake.Common.Tools.DotCover.Analyse/DotCoverAnalyser"

Syntax

public abstract class DotCoverCoverageTool<TSettings> : DotCoverTool<TSettings> 
    where TSettings : DotCoverCoverageSettings

Type Parameters

Name Description
TSettings The settings type.

Constructors

Methods

Name Value Summary
GetCoverageArguments(DotCoverCoverageSettings) ProcessArgumentBuilder
Get arguments from coverage settings.
GetTargetArguments(ICakeContext, Action<ICakeContext>) ProcessArgumentBuilder
Get arguments from the target executable.

Extension Methods

Name Value Summary
Dump<DotCoverCoverageTool<TSettings>>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DotCoverCoverageTool<TSettings>>(DotCoverCoverageTool<TSettings>[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DotCoverCoverageTool<TSettings>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DotCoverCoverageTool<TSettings>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DotCoverCoverageTool<TSettings>>(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<DotCoverCoverageTool<TSettings>>(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