altcover

DotNet.ICLIOptions interface

Interface defining general command line arguments for dotnet test use..

public interface ICLIOptions

Members

name description
FailFast { get; } The /AltCoverForce value this represents
ForceDelete { get; } The /AltCoverFailFast value this represents
ShowSummary { get; } The /AltCoverShowSummary value this represents

See Also