2 references to TestHostExitedWithError
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
526
throw new TestPlatformException(string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.
TestHostExitedWithError
, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError)));
559
errorMsg = string.Format(CultureInfo.CurrentCulture, CrossPlatEngineResources.
TestHostExitedWithError
, string.Join("', '", sources), BuildCrashErrorContext(_testHostProcessFileName, _testHostProcessStdError));