C# Class Glass.Mapper.Sc.FakeDb.AssertHtml

Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
AreHtmlElementsEqual ( string expected, string actual, string element ) : void
AreImgEqual ( string expected, string actual ) : void

Method Details

AreHtmlElementsEqual() public static method

public static AreHtmlElementsEqual ( string expected, string actual, string element ) : void
expected string
actual string
element string
return void

AreImgEqual() public static method

public static AreImgEqual ( string expected, string actual ) : void
expected string
actual string
return void