altcover

DotNet class

Construction of dotnet test command line options.

public static class DotNet

Public Members

name description
static GetVersionProperties { get; } Command line properties for dotnet test GetVersion option
static ImportModuleProperties { get; } Command line properties for dotnet test ImportModule option
static ToTestArgumentList(…) Converts the input into the command line for dotnet test
static ToTestArguments(…) Converts the input into the command line for dotnet test
static ToTestPropertiesList(…) Converts the input into the command line properties for dotnet test
abstract class CLIOptions Union type defining general command line arguments for dotnet test use.
interface ICLIOptions Interface defining general command line arguments for dotnet test use..

See Also