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