Summary
Runs the tests in the global scope.
Returns an non zero exit code if all tests succeed
Syntax
public static Task<int> Run(string[] args)
Parameters
Name | Type | Description |
---|---|---|
args | string[] | The arguments. |
Return Value
Type | Description |
---|---|
Task |
Task<System.Int32>. |