3 implementations of CancelTestRun
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
640
public void
CancelTestRun
()
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
187
public void
CancelTestRun
()
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
187
public void
CancelTestRun
()
2 references to CancelTestRun
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
Interfaces\IVsTestConsoleWrapperAsync.cs (1)
428
/// See <see cref="IVsTestConsoleWrapper.
CancelTestRun
"/>.
TestSession.cs (1)
104
_consoleWrapper.
CancelTestRun
();