14 references to Resources
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (14)
Resources\Resources.Designer.cs (1)
43
"urces", typeof(
Resources
).Assembly);
VsTestConsoleProcessManager.cs (2)
21
using Resources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.
Resources
;
91
throw new Exception(string.Format(CultureInfo.CurrentCulture,
Resources
.InvalidFilePath, vstestConsolePath));
VsTestConsoleRequestSender.cs (11)
24
using TranslationLayerResources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.
Resources
;
499
TranslationLayerResources
.AbortedStartTestSession);
597
TranslationLayerResources
.AbortedStartTestSession);
687
TranslationLayerResources
.AbortedStopTestSession);
777
TranslationLayerResources
.AbortedStopTestSession);
1018
TranslationLayerResources
.AbortedTestsDiscovery);
1114
TranslationLayerResources
.AbortedTestsDiscovery);
1200
TranslationLayerResources
.AbortedTestsRun + " " + exception.ToString());
1285
TranslationLayerResources
.AbortedTestsRun + " " + exception.ToString());
1385
TranslationLayerResources
.AbortedTestRunAttachmentsProcessing);
1416
return message ?? throw new TransationLayerException(
TranslationLayerResources
.FailedToReceiveMessage);