C# Class Headless.UnitTests.HtmlPageStub

The HtmlPageStub class is used to test HTML page functionality.
Inheritance: HtmlPage
ファイルを表示 Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
HtmlPageStub ( string htmlContent ) : System

Initializes a new instance of the HtmlPageStub class.

Method Details

HtmlPageStub() public method

Initializes a new instance of the HtmlPageStub class.
public HtmlPageStub ( string htmlContent ) : System
htmlContent string /// Content of the HTML. ///
return System