module Capybara::Assertions
Public Instance Methods
Assertion that there is checked_field
see Capybara::Assertions#refute_checked_field
see Capybara::Assertions#assert_no_checked_field see Capybara::expectations#must_have_checked_field see Capybara::expectations#wont_have_checked_field
# File lib/minitest/rails/capybara.rb, line 99
Assertion that there is content
see Capybara::Assertions#refute_content
see Capybara::Assertions#assert_no_content see Capybara::expectations#must_have_content see Capybara::expectations#wont_have_content
# File lib/minitest/rails/capybara.rb, line 118
Assertion that there is css
see Capybara::Assertions#refute_css
see Capybara::Assertions#assert_no_css see Capybara::expectations#must_have_css see Capybara::expectations#wont_have_css
# File lib/minitest/rails/capybara.rb, line 137
Assertion that there is field
see Capybara::Assertions#refute_field
see Capybara::Assertions#assert_no_field see Capybara::expectations#must_have_field see Capybara::expectations#wont_have_field
# File lib/minitest/rails/capybara.rb, line 156
Assertion that there is link
see Capybara::Assertions#refute_link
see Capybara::Assertions#assert_no_link see Capybara::expectations#must_have_link see Capybara::expectations#wont_have_link
# File lib/minitest/rails/capybara.rb, line 175
Assertion that there is select
see Capybara::Assertions#refute_select
see Capybara::Assertions#assert_no_select see Capybara::expectations#must_have_select see Capybara::expectations#wont_have_select
# File lib/minitest/rails/capybara.rb, line 194
Assertion that there is selector
see Capybara::Assertions#refute_selector
see Capybara::Assertions#assert_no_selector see Capybara::expectations#must_have_selector see Capybara::expectations#wont_have_selector
# File lib/minitest/rails/capybara.rb, line 213
Assertion that there is table
see Capybara::Assertions#refute_table
see Capybara::Assertions#assert_no_table see Capybara::expectations#must_have_table see Capybara::expectations#wont_have_table
# File lib/minitest/rails/capybara.rb, line 232
Assertion that there is text
see Capybara::Assertions#refute_text
see Capybara::Assertions#assert_no_text see Capybara::expectations#must_have_text see Capybara::expectations#wont_have_text
# File lib/minitest/rails/capybara.rb, line 251
Assertion that there is unchecked_field
see Capybara::Assertions#refute_unchecked_field
see Capybara::Assertions#assert_no_unchecked_field see Capybara::expectations#must_have_unchecked_field see Capybara::expectations#wont_have_unchecked_field
# File lib/minitest/rails/capybara.rb, line 270
Assertion that there is xpath
see Capybara::Assertions#refute_xpath
see Capybara::Assertions#assert_no_xpath see Capybara::expectations#must_have_xpath see Capybara::expectations#wont_have_xpath
# File lib/minitest/rails/capybara.rb, line 289
Assertion that there is no checked_field
see Capybara::Assertions#assert_checked_field
see Capybara::expectations#must_have_checked_field see Capybara::expectations#wont_have_checked_field :alias: assert_no_checked_field
# File lib/minitest/rails/capybara.rb, line 107
Assertion that there is no content
see Capybara::Assertions#assert_content
see Capybara::expectations#must_have_content see Capybara::expectations#wont_have_content :alias: assert_no_content
# File lib/minitest/rails/capybara.rb, line 126
Assertion that there is no css
see Capybara::Assertions#assert_css
see Capybara::expectations#must_have_css see Capybara::expectations#wont_have_css :alias: assert_no_css
# File lib/minitest/rails/capybara.rb, line 145
Assertion that there is no field
see Capybara::Assertions#assert_field
see Capybara::expectations#must_have_field see Capybara::expectations#wont_have_field :alias: assert_no_field
# File lib/minitest/rails/capybara.rb, line 164
Assertion that there is no link
see Capybara::Assertions#assert_link
see Capybara::expectations#must_have_link see Capybara::expectations#wont_have_link :alias: assert_no_link
# File lib/minitest/rails/capybara.rb, line 183
Assertion that there is no select
see Capybara::Assertions#assert_select
see Capybara::expectations#must_have_select see Capybara::expectations#wont_have_select :alias: assert_no_select
# File lib/minitest/rails/capybara.rb, line 202
Assertion that there is no selector
see Capybara::Assertions#assert_selector
see Capybara::expectations#must_have_selector see Capybara::expectations#wont_have_selector :alias: assert_no_selector
# File lib/minitest/rails/capybara.rb, line 221
Assertion that there is no table
see Capybara::Assertions#assert_table
see Capybara::expectations#must_have_table see Capybara::expectations#wont_have_table :alias: assert_no_table
# File lib/minitest/rails/capybara.rb, line 240
Assertion that there is no text
see Capybara::Assertions#assert_text
see Capybara::expectations#must_have_text see Capybara::expectations#wont_have_text :alias: assert_no_text
# File lib/minitest/rails/capybara.rb, line 259
Assertion that there is no unchecked_field
see Capybara::Assertions#assert_unchecked_field
see Capybara::expectations#must_have_unchecked_field see Capybara::expectations#wont_have_unchecked_field :alias: assert_no_unchecked_field
# File lib/minitest/rails/capybara.rb, line 278
Assertion that there is no xpath
see Capybara::Assertions#assert_xpath
see Capybara::expectations#must_have_xpath see Capybara::expectations#wont_have_xpath :alias: assert_no_xpath
# File lib/minitest/rails/capybara.rb, line 297