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