Test that two objects are equal and raise an exception if the result is false
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim expected As Object
Dim input As Object
Dim failmessage As String
Assert.Equals(expected, input, failmessage)
Parameters
- expected
- Type: SystemObject
expected object. Can be a string, number, array... - input
- Type: SystemObject
current object. Can be a string, number, array... - failmessage (Optional)
- Type: SystemString
See Also