BloomTests.AssertHtmlFile.AssertHtmlFile C# (CSharp) Method

AssertHtmlFile() public method

public AssertHtmlFile ( string path ) : System
path string
return System
        public AssertHtmlFile(string path)
        {
            _path = path;
        }
AssertHtmlFile