1 implementation of StartSession
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
103public virtual bool StartSession(ITestSessionEventsHandler eventsHandler, IRequestData requestData)
1 reference to StartSession
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
168return testSessionManager.StartSession(eventsHandler, requestData);