DotCoverAnalyser Class

Summary

DotCover Analyser builder.
graph BT Type-->Base0["DotCoverCoverageTool<DotCoverAnalyseSettings>"] Base0-->Base1["DotCoverTool<DotCoverAnalyseSettings>"] Base1-->Base2["Tool<DotCoverAnalyseSettings>"] Base2-->Base3["object"] Type["DotCoverAnalyser"] class Type type-node

Syntax

public sealed class DotCoverAnalyser : DotCoverCoverageTool<DotCoverAnalyseSettings>

Constructors

Methods

Name Value Summary
Analyse(ICakeContext, Action<ICakeContext>, FilePath, DotCoverAnalyseSettings) void
Runs DotCover Analyse with the specified settings.

Extension Methods

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