3 implementations of StopTestSessionAsync
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
776
public async Task<bool>
StopTestSessionAsync
(
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
1278
public Task<bool>
StopTestSessionAsync
(
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
1278
public Task<bool>
StopTestSessionAsync
(
1 reference to StopTestSessionAsync
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
643
return await _consoleWrapper.
StopTestSessionAsync
(