Summary
DotCover Coverage tool.
- Namespace
- Cake
.Common .Tools .DotCover - Base Types
-
- object
- Tool
<TSettings> - DotCoverTool
<TSettings>
- Derived Types
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
Name | Summary |
---|---|
DotCoverCoverageTool |
Initializes a new instance of the DotCoverCoverageTool<TSettings> class.
|
Methods
Name | Value | Summary |
---|---|---|
GetCoverageArguments |
Process |
Get arguments from coverage settings.
|
GetTargetArguments |
Process |
Get arguments from the target executable.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|