MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingAspect­Test­ClassRun­Test­Async
Open sandboxFocus

AspectTestClass.RunTestAsync Method

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