1 implementation of GetTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
348
public IProxyTestSessionManager?
GetTestSessionManager
(
1 reference to GetTestSessionManager
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
158
IProxyTestSessionManager? testSessionManager = _testEngine.
GetTestSessionManager
(requestData, testSessionCriteria, sourceToSourceDetailMap, warningLogger);