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