Tasty.

Run(string[]) Method

Summary

Runs the tests in the global scope. Returns an non zero exit code if all tests succeed
Namespace
Xenial
Containing Type
Tasty

Syntax

public static Task<int> Run(string[] args)

Parameters

Name Type Description
args string[] The arguments.

Return Value

Type Description
Task<int> Task<System.Int32>.