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