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, |
||
assert_Url_Is ( this watinIe, string expectedUrl, string message = Extra_NUnit_Messages.ASSERT_URL_IS ) : WatiN_IE |
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 |
public static assert_Has_Links ( this watinIe ) : WatiN_IE | ||
watinIe | this | |
return | WatiN_IE |
public static assert_Uri_Is ( this watinIe, |
||
watinIe | this | |
expectedUri | ||
message | string | |
return | WatiN_IE |
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 |