C# Class FluentSharp.NUnit.Extra_Watin_NUnit_Extension_Methods

Show file Open project: TeamMentor/Master

Public Methods

Method Description
assert_Doesnt_Have_Link ( this watinIe, string linkId, string message = Extra_NUnit_Messages.ASSERT_DOESNT_HAVE_LINK ) : WatiN_IE
assert_Has_Links ( this watinIe ) : WatiN_IE
assert_Uri_Is ( this watinIe, Uri expectedUri, string message = Extra_NUnit_Messages.ASSERT_URL_IS ) : WatiN_IE
assert_Url_Is ( this watinIe, string expectedUrl, string message = Extra_NUnit_Messages.ASSERT_URL_IS ) : WatiN_IE

Method Details

assert_Doesnt_Have_Link() public static method

public static assert_Doesnt_Have_Link ( this watinIe, string linkId, string message = Extra_NUnit_Messages.ASSERT_DOESNT_HAVE_LINK ) : WatiN_IE
watinIe this
linkId string
message string
return WatiN_IE

assert_Has_Links() public static method

public static assert_Has_Links ( this watinIe ) : WatiN_IE
watinIe this
return WatiN_IE

assert_Uri_Is() public static method

public static assert_Uri_Is ( this watinIe, Uri expectedUri, string message = Extra_NUnit_Messages.ASSERT_URL_IS ) : WatiN_IE
watinIe this
expectedUri System.Uri
message string
return WatiN_IE

assert_Url_Is() public static method

public static assert_Url_Is ( this watinIe, string expectedUrl, string message = Extra_NUnit_Messages.ASSERT_URL_IS ) : WatiN_IE
watinIe this
expectedUrl string
message string
return WatiN_IE