Open sandboxFocus

Method RunTestAsync

RunTestAsync(string, string?)

Executes a test.

Declaration
protected Task RunTestAsync(string relativePath, string? callerMemberName = null)
Parameters
Type Name Description
string relativePath

Relative path of the file relatively to the directory of the caller code.

string callerMemberName
Returns
Type Description
Task