Implemented interface member:
method
StartTestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.StartTestSession(System.Collections.Generic.IList<System.String>, System.String, Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions, Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestSessionEventsHandler)
1 reference to StartTestSession
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
220return StartTestSession(sources, runSettings, options: null, eventsHandler);