Implemented interface member:
method
StopTestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.StopTestSession(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo, Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions, Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestSessionEventsHandler)
1 reference to StopTestSession
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
310return StopTestSession(testSessionInfo, options: null, eventsHandler);