3 implementations of RunTestsAsync
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
963
public async Task
RunTestsAsync
(
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
1084
public Task
RunTestsAsync
(
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
1084
public Task
RunTestsAsync
(
1 reference to RunTestsAsync
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
499
await _consoleWrapper.
RunTestsAsync
(