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