altcover

DotNet.ToTestArguments method

Converts the input into the command line for dotnet test

public static string ToTestArguments(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 composed command line

See Also