4 references to CancelTestRun
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
465
_channel?.Send(_dataSerializer.SerializeMessage(MessageType.
CancelTestRun
));
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
536
case MessageType.
CancelTestRun
:
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
794
_communicationManager.SendMessage(MessageType.
CancelTestRun
);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
242
case MessageType.
CancelTestRun
: