10 references to AbortTestRun
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
479
_channel?.Send(_dataSerializer.SerializeMessage(MessageType.
AbortTestRun
));
Microsoft.TestPlatform.CrossPlatEngine (7)
EventHandlers\TestRequestHandler.cs (7)
379
goto case MessageType.
AbortTestRun
;
405
goto case MessageType.
AbortTestRun
;
435
goto case MessageType.
AbortTestRun
;
462
goto case MessageType.
AbortTestRun
;
496
goto case MessageType.
AbortTestRun
;
531
goto case MessageType.
AbortTestRun
;
558
case MessageType.
AbortTestRun
:
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
802
_communicationManager.SendMessage(MessageType.
AbortTestRun
);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
248
case MessageType.
AbortTestRun
: