Class
Webrat::Selenium::Matchers::HaveXpath
In:
lib/webrat/selenium/matchers/have_xpath.rb
Parent:
Object
Methods
does_not_match?
failure_message
matches?
negative_failure_message
new
Public Class methods
new
(expected)
Public Instance methods
does_not_match?
(response)
failure_message
()
Returns
String:
The failure message.
matches?
(response)
negative_failure_message
()
Returns
String:
The failure message to be displayed in negative matches.
[Validate]