4 references to Assert
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (4)
HtmlLogger.cs (4)
158
TPDebug.
Assert
(TestRunDetails != null, "Initialize must be called before this method.");
194
TPDebug.
Assert
(ResultCollectionDictionary != null && TestRunDetails != null && Results != null, "Initialize must be called before this method.");
258
TPDebug.
Assert
(Results != null, "Initialize must be called before this method.");
275
TPDebug.
Assert
(TestRunDetails != null && _parametersDictionary != null, "Initialize must be called before this method.");