altcover

CoverageSettings class

Combines the coverage process arguments into one object for use with dotnet test

public class CoverageSettings

Public Members

name description
CoverageSettings() The default constructor.
CollectionPhase { get; set; } Gets or sets the parameters for the collection phase
Options { get; set; } Gets or sets the other command line options for the operation
PreparationPhase { get; set; } Gets or sets the parameters for the preparation phase
Concatenate(…) For applying these settings in a pipeline; returns a delegate to transform a ProcessArgumentBuilder based on the current settings, combined with the input value
Customize() For applying these settings in a pipeline; returns a delegate to transform a ProcessArgumentBuilder based on the current settings
WhatIf() Provides simple validation support for the options; of necessity, it runs in the “before preparation” state.

See Also