Commander.

TasteProcess(Uri, string, string, string?, string?, string?, Action<IDictionary<string, string>>?, Action<TastyProcessCommander>?) Method

Namespace
Xenial
Containing Type
Commander

Syntax

public static IAsyncEnumerable<TestCaseResult> TasteProcess(Uri connectionString, string command, string arguments = "", string? workingDirectory = null, string? windowsName = null, string? windowsArgs = null, Action<IDictionary<string, string>>? configureEnvironment = null, Action<TastyProcessCommander>? configureCommander = null)

Parameters

Name Type Description
connectionString Uri
command string
arguments string
workingDirectory string?
windowsName string?
windowsArgs string?
configureEnvironment Action<IDictionary<string, string>>?
configureCommander Action<TastyProcessCommander>?

Return Value

Type Description
IAsyncEnumerable<TestCaseResult>