Ruby And Rails Assertions

  • August 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Ruby And Rails Assertions as PDF for free.

More details

  • Words: 216
  • Pages: 1
Rails Assertions

assert_response assert_redirected_to assert_template

type options = {} expected

assert_recognizes assert_generates assert_routing

expected_options, path, extras={} expected_path, options, defaults={}, extras = {} path, options, defaults={}, extras={}

assert_tag assert_no_tag assert_dom_equal assert_dom_not_equal

*opts *opts expected, actual expected, actual

assert_valid

record

assert_assigned • deny_assigned assert_content_type assert_flash

ivar, value = NOTHING

assert_image

src

assert_error_on assert_field assert_input assert_label assert_links_to • deny_links_to assert_multipart_form assert_post_form assert_select assert_submit assert_tag_in_form

field, type form_action, type, model, column, value = nil form_action, type, name, value = nil form_action, name, include_f = true href, content = nil

Standard Assertions

boolean expected, actual *args *args, &block klass, object object klass, object object, method pattern, string expected, actual object1, operator, object2 *args expected, actual expected, actual object regexp, string expected_symbol, &proc &proc expected_float, actual_float, delta send_array

Test::Rails Assertions

Ruby on Rails Testing

assert assert_equal assert_raise assert_raises assert_instance_of assert_nil assert_kind_of assert_respond_to assert_match assert_same assert_operator assert_nothing_raised assert_not_same assert_not_equal assert_not_nil assert_no_match assert_throws assert_nothing_thrown assert_in_delta assert_send

• deny assert_empty • deny_empty assert_includes • deny_includes

type, message = nil key, content

form_action form_action form_action, model, column, options form_action, value form_action, options obj obj, item, message = nil

Most also take a message argument as the last parameter. The message will be shown if the test fails. © 2006 the Topfunky Corporation See also PeepCode.com Screencasts and the upcoming Topfunky Field Guide to Ruby on Rails

Related Documents

Ruby And Rails Assertions
August 2019 28
Ruby On Rails
December 2019 48
Ruby On Rails
November 2019 52
Ruby On Rails Tutorial
October 2019 39
Ruby On Rails Pitfall
May 2020 27
Ruby On Rails
May 2020 19