altcover

DotNet.ToTestPropertiesList method

Converts the input into the command line properties for dotnet test

public static FSharpList<Tuple<string, string>> ToTestPropertiesList(IPrepareOptions prepare, 
    ICollectOptions collect, ICLIOptions options)
parameter description
prepare Description of the instrumentation operation to perform
collect Description of the collection operation to perform
options All other altcover related command line arguments

Return Value

The command line as a sequence of name, value pairs

See Also