module Capybara::Assertions

Public Instance Methods

assert_button() click to toggle source

Assertion that there is button

see #refute_button see Capybara::Assertions#assert_no_button see Capybara::expectations#must_have_button see Capybara::expectations#wont_have_button

# File lib/minitest/rails/capybara.rb, line 82
    
assert_checked_field() click to toggle source

Assertion that there is checked_field

see #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 101
    
assert_content() click to toggle source

Assertion that there is content

see #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 120
    
assert_css() click to toggle source

Assertion that there is css

see #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 139
    
assert_field() click to toggle source

Assertion that there is field

see #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 158
    
assert_select() click to toggle source

Assertion that there is select

see #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 196
    
assert_selector() click to toggle source

Assertion that there is selector

see #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 215
    
assert_table() click to toggle source

Assertion that there is table

see #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 234
    
assert_text() click to toggle source

Assertion that there is text

see #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 253
    
assert_unchecked_field() click to toggle source

Assertion that there is unchecked_field

see #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 272
    
assert_xpath() click to toggle source

Assertion that there is xpath

see #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 291
    
refute_button() click to toggle source

Assertion that there is no button

see #assert_button see Capybara::expectations#must_have_button see Capybara::expectations#wont_have_button :alias: assert_no_button

# File lib/minitest/rails/capybara.rb, line 92
    
refute_checked_field() click to toggle source

Assertion that there is no checked_field

see #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 111
    
refute_content() click to toggle source

Assertion that there is no content

see #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 130
    
refute_css() click to toggle source

Assertion that there is no css

see #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 149
    
refute_field() click to toggle source

Assertion that there is no field

see #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 168
    
refute_select() click to toggle source

Assertion that there is no select

see #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 206
    
refute_selector() click to toggle source

Assertion that there is no selector

see #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 225
    
refute_table() click to toggle source

Assertion that there is no table

see #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 244
    
refute_text() click to toggle source

Assertion that there is no text

see #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 263
    
refute_unchecked_field() click to toggle source

Assertion that there is no unchecked_field

see #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 282
    
refute_xpath() click to toggle source

Assertion that there is no xpath

see #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 299