1 implementation of StartTestSession
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
139public bool StartTestSession(
2 references to StartTestSession
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
545var testSessionStarted = _testPlatform.StartTestSession(requestData, criteria, eventsHandler, sourceToSourceDetailMap, new NullWarningLogger());
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
545var testSessionStarted = _testPlatform.StartTestSession(requestData, criteria, eventsHandler, sourceToSourceDetailMap, new NullWarningLogger());