Implemented interface member:
method
StopTestSessionAsync
Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITestSessionAsync.StopTestSessionAsync(Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions, Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestSessionEventsHandler)
1 reference to StopTestSessionAsync
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
627return await StopTestSessionAsync(options: null, eventsHandler).ConfigureAwait(false);