10 references to AbortTestRun
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
499
_channel?.Send(_dataSerializer.SerializeMessage(MessageType.
AbortTestRun
));
Microsoft.TestPlatform.CrossPlatEngine (7)
EventHandlers\TestRequestHandler.cs (7)
386
goto case MessageType.
AbortTestRun
;
412
goto case MessageType.
AbortTestRun
;
442
goto case MessageType.
AbortTestRun
;
469
goto case MessageType.
AbortTestRun
;
503
goto case MessageType.
AbortTestRun
;
538
goto case MessageType.
AbortTestRun
;
565
case MessageType.
AbortTestRun
:
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
422
_communicationManager.SendMessage(MessageType.
AbortTestRun
);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
233
case MessageType.
AbortTestRun
: