3 implementations of AbortTestRun
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
646public void AbortTestRun()
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
161public void AbortTestRun()
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
161public void AbortTestRun()
2 references to AbortTestRun
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
Interfaces\IVsTestConsoleWrapperAsync.cs (1)
434/// See <see cref="IVsTestConsoleWrapper.AbortTestRun"/>.
TestSession.cs (1)
90_consoleWrapper.AbortTestRun();