method

assert_send

v1_8_7_330 - Show latest stable - Class: Test::Unit::Assertions
assert_send(send_array, message="")
public

Passes if the method send returns a true value.

send_array is composed of:

  • A receiver

  • A method

  • Arguments to the method

Example:

assert_send [[1, 2], :include?, 4]