1 write to RunLevelMessageInformational
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
165
TestRunDetails.
RunLevelMessageInformational
= new List<string>();
2 references to RunLevelMessageInformational
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
163
if (TestRunDetails.
RunLevelMessageInformational
== null)
168
TestRunDetails.
RunLevelMessageInformational
.Add(e.Message);