6 references to Resources
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (6)
HtmlLogger.cs (5)
23
using HtmlResource = Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.Resources.
Resources
;
142
var htmlParameterErrorMsg = string.Format(CultureInfo.CurrentCulture,
HtmlResource
.PrefixAndNameProvidedError);
335
ConsoleOutput.Instance.Error(false,
HtmlResource
.HtmlLoggerError, ex.Message);
346
var htmlFilePathMessage = string.Format(CultureInfo.CurrentCulture,
HtmlResource
.HtmlFilePath, HtmlFilePath);
371
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture,
HtmlResource
.CannotGenerateUniqueFilePath, fileName, TestResultsDirPath));
Resources\Resources.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.VisualStudio.TestPlatform.Extensions.HtmlLogger.Resources.Resources", typeof(
Resources
).Assembly);