C# Class FluentSharp.NUnit.Extra_Watin_NUnit_Extension_Methods

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Méthode 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 méthode

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
Résultat WatiN_IE

assert_Has_Links() public static méthode

public static assert_Has_Links ( this watinIe ) : WatiN_IE
watinIe this
Résultat WatiN_IE

assert_Uri_Is() public static méthode

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
Résultat WatiN_IE

assert_Url_Is() public static méthode

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
Résultat WatiN_IE