27 references to TrxResource
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (27)
ObjectModel\TestElement.cs (3)
11using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 210_name ?? TrxLoggerResources.Common_NullInMessages, 211_id != null ? _id.ToString() : TrxLoggerResources.Common_NullInMessages);
ObjectModel\TestListCategory.cs (3)
8using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 70TrxLoggerResources.TS_UncategorizedResults, TestListCategoryId.Uncategorized, TestListCategoryId.Root); 90TrxLoggerResources.TS_AllResults, TestListCategoryId.AllItems, TestListCategoryId.Root);
ObjectModel\TestResult.cs (2)
15using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 387throw new InvalidOperationException(TrxLoggerResources.Common_MissingRunInResult);
ObjectModel\TestRun.cs (4)
13using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 64_name = string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_TestRunName, Environment.GetEnvironmentVariable("UserName"), Environment.MachineName, FormatDateTimeForRunName(DateTime.Now)); 179throw new Exception(TrxLoggerResources.Common_MissingRunConfigInRun); 185throw new Exception(TrxLoggerResources.Common_MissingRunDeploymentRootInRunConfig);
Resources\TrxResource.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource", typeof(TrxResource).Assembly);
TrxLogger.cs (5)
27using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 150var trxParameterErrorMsg = TrxLoggerResources.PrefixAndNameProvidedError; 425string resultsFileMessage = string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.TrxLoggerResultsFile, trxFileName); 454string message = string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.MessageForSkippedTests, testCaseName); 468var overwriteWarningMsg = string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.TrxLoggerResultsFileOverwriteWarning, filePath);
Utility\Converter.cs (3)
18using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 215TrxLoggerResources.FailureToAttach, 408TrxLoggerResources.FailureToAttach,
Utility\EqtAssert.cs (2)
10using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 66throw new ArgumentException(TrxLoggerResources.Common_CannotBeNullOrEmpty);
Utility\TrxFileHelper.cs (4)
14using TrxLoggerResources = Microsoft.VisualStudio.TestPlatform.Extensions.TrxLogger.Resources.TrxResource; 90throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_NothingLeftAfterReplaciingBadCharsInName, fileName)); 162throw new Exception(string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_CannotGetNextTimestampFileName, fileName, directoryName, timestampFormat)); 326throw new Exception(string.Format(CultureInfo.CurrentCulture, TrxLoggerResources.Common_CannotGetNextIterationName, originalName, baseDirectoryName));