Top Level Namespace
Defined Under Namespace
Modules: Capybara Classes: NodeWrapper, TestApp
Instance Method Summary collapse
- #must_have_button ⇒ Object
- #must_have_checked_field ⇒ Object
-
#must_have_css ⇒ Object
see Capybara::Node::Matchers#has_css?.
- #must_have_current_path ⇒ Object
- #must_have_field ⇒ Object
- #must_have_link ⇒ Object
- #must_have_select ⇒ Object
- #must_have_table ⇒ Object
- #must_have_title ⇒ Object
- #must_have_unchecked_field ⇒ Object
-
#must_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_xpath?.
- #wont_have_button ⇒ Object
-
#wont_have_chceked_field ⇒ Object
Expectation that there is no checked_field.
-
#wont_have_css ⇒ Object
see Capybara::Node::Matchers#has_no_css?.
- #wont_have_current_path ⇒ Object
- #wont_have_field ⇒ Object
-
#wont_have_link ⇒ Object
Expectation that there is no link.
- #wont_have_select ⇒ Object
- #wont_have_table ⇒ Object
- #wont_have_title ⇒ Object
-
#wont_have_unchceked_field ⇒ Object
Expectation that there is no unchecked_field.
-
#wont_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_no_xpath?.
Instance Method Details
#must_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 73
|
#must_have_checked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 97
|
#must_have_css ⇒ Object
see Capybara::Node::Matchers#has_css?
|
# File 'lib/capybara/minitest/spec.rb', line 49
|
#must_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 155
|
#must_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 85
|
#must_have_link ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 61
|
#must_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 119
|
#must_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 131
|
#must_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 143
|
#must_have_unchecked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 108
|
#must_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_xpath?
|
# File 'lib/capybara/minitest/spec.rb', line 37
|
#wont_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 79
|
#wont_have_chceked_field ⇒ Object
Expectation that there is no checked_field
|
# File 'lib/capybara/minitest/spec.rb', line 103
|
#wont_have_css ⇒ Object
see Capybara::Node::Matchers#has_no_css?
|
# File 'lib/capybara/minitest/spec.rb', line 55
|
#wont_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 161
|
#wont_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 91
|
#wont_have_link ⇒ Object
Expectation that there is no link
|
# File 'lib/capybara/minitest/spec.rb', line 67
|
#wont_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 125
|
#wont_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 137
|
#wont_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 149
|
#wont_have_unchceked_field ⇒ Object
Expectation that there is no unchecked_field
|
# File 'lib/capybara/minitest/spec.rb', line 114
|
#wont_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_no_xpath?
|
# File 'lib/capybara/minitest/spec.rb', line 43
|