Rhino.Drivers.JsDriver.HtmlStatus.HtmlStatus C# (CSharp) Method

HtmlStatus() private method

private HtmlStatus ( string lxrUrl, string bugUrl, string testPath, XmlDocument html, XmlElement failureHtml ) : System
lxrUrl string
bugUrl string
testPath string
html System.Xml.XmlDocument
failureHtml System.Xml.XmlElement
return System
			internal HtmlStatus(string lxrUrl, string bugUrl, string testPath, XmlDocument html, XmlElement failureHtml)
			{
				this.testPath = testPath;
				this.bugUrl = bugUrl;
				this.lxrUrl = lxrUrl;
				this.html = html;
				this.failureHtml = failureHtml;
			}