altcover

AltCover.CollectOptions class

Command line options for AltCover Runner

public abstract class CollectOptions : IEquatable<CollectOptions>, IStructuralEquatable

Public Members

name description
static NewAbstract(…)  
static NewPrimitive(…)  
static NewTypeSafe(…)  
Cobertura { get; } Corresponds to command line option -c, --cobertura=VALUE
CommandLine { get; } Corresponds to the command line arguments for the executable, given after a --
Executable { get; } Corresponds to command line option -x, --executable=VALUE
ExposeReturnCode { get; } Corresponds to the converse of command line option --dropReturnCode
LcovReport { get; } Corresponds to command line option -l, --lcovReport=VALUE
OutputFile { get; } Corresponds to command line option -o, --outputFile=VALUE
RecorderDirectory { get; } Corresponds to command line option -r, --recorderDirectory=VALUE
SummaryFormat { get; } Corresponds to command line option --teamcity[=VALUE]
Threshold { get; } Corresponds to command line option -t, --threshold=VALUE
Verbosity { get; } Corresponds to command line options -q and --verbose
WorkingDirectory { get; } Corresponds to command line option -w, --workingDirectory=VALUE
Validate(…) Does simple checking of the arguments without causing any changes to the system
class Abstract Options expressed as an interface
class Primitive Options expressed as an F# “stringly” typed record
static class Tags  
class TypeSafe Options expressed as an F# strongly-typed record

See Also