Module: Capybara::Minitest::Expectations
- Included in:
- Node::Base, Node::Simple, Session
- Defined in:
- lib/capybara/minitest/spec.rb
Instance Method Summary collapse
- #must_have_all_of_selectors ⇒ Object
- #must_have_ancestor ⇒ Object
- #must_have_any_of_selectors ⇒ Object
- #must_have_button ⇒ Object
- #must_have_checked_field ⇒ Object
- #must_have_content ⇒ Object
- #must_have_css ⇒ Object
- #must_have_current_path ⇒ Object
- #must_have_element ⇒ Object
- #must_have_field ⇒ Object
- #must_have_link ⇒ Object
- #must_have_none_of_selectors ⇒ Object
- #must_have_select ⇒ Object
- #must_have_selector ⇒ Object
- #must_have_sibling ⇒ Object
- #must_have_style ⇒ Object deprecated Deprecated.
- #must_have_table ⇒ Object
- #must_have_text ⇒ Object
- #must_have_title ⇒ Object
- #must_have_unchecked_field ⇒ Object
- #must_have_xpath ⇒ Object
- #must_match_style ⇒ Object
- #wont_have_button ⇒ Object
- #wont_have_checked_field ⇒ Object
- #wont_have_content ⇒ Object
- #wont_have_css ⇒ Object
- #wont_have_current_path ⇒ Object
- #wont_have_element ⇒ Object
- #wont_have_field ⇒ Object
- #wont_have_link ⇒ Object
- #wont_have_select ⇒ Object
- #wont_have_selector ⇒ Object
- #wont_have_table ⇒ Object
- #wont_have_text ⇒ Object
- #wont_have_title ⇒ Object
- #wont_have_unchecked_field ⇒ Object
- #wont_have_xpath ⇒ Object
Instance Method Details
#must_have_all_of_selectors ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 170
|
#must_have_ancestor ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 8
|
#must_have_any_of_selectors ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 182
|
#must_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 14
|
#must_have_checked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 26
|
#must_have_content ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 50
|
#must_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 74
|
#must_have_element ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 98
|
#must_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 86
|
#must_have_link ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 110
|
#must_have_none_of_selectors ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 176
|
#must_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 146
|
#must_have_selector ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 158
|
#must_have_sibling ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 188
|
#must_have_style ⇒ Object
Deprecated.
261 262 263 264 |
# File 'lib/capybara/minitest/spec.rb', line 261 def must_have_style(...) warn 'must_have_style is deprecated, please use must_match_style' must_match_style(...) end |
#must_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 200
|
#must_have_text ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 122
|
#must_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 134
|
#must_have_unchecked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 38
|
#must_have_xpath ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 212
|
#must_match_style ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 194
|
#wont_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 20
|
#wont_have_checked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 32
|
#wont_have_content ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 56
|
#wont_have_css ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 68
|
#wont_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 80
|
#wont_have_element ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 104
|
#wont_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 92
|
#wont_have_link ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 116
|
#wont_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 152
|
#wont_have_selector ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 164
|
#wont_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 206
|
#wont_have_text ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 128
|
#wont_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 140
|
#wont_have_unchecked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 44
|
#wont_have_xpath ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 218
|