AssertNotMatches Method
Raise an error if the text does not match the pattern.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim pattern As String
Dim input As String
Dim failmessage As String

Assert.NotMatches(pattern, input, failmessage)

Parameters

pattern
Type: SystemString

[Missing <param name="pattern"/> documentation for "M:Selenium.Assert.NotMatches(System.String,System.String,System.String)"]

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:Selenium.Assert.NotMatches(System.String,System.String,System.String)"]

failmessage (Optional)
Type: SystemString

[Missing <param name="failmessage"/> documentation for "M:Selenium.Assert.NotMatches(System.String,System.String,System.String)"]

See Also