Module: Assay::Assertions
- Includes:
- TestUnit::Assertions
- Defined in:
- lib/assay-testunit.rb
Overview
This module holds all assertion methods, which can be mixed into one’s testing scope (e.g. World).
Method Summary
Methods included from TestUnit::Assertions
#assert_alike, #assert_block, #assert_boolean, #assert_compare, #assert_empty, #assert_equal, #assert_equivalent, #assert_false, #assert_in_delta, #assert_in_epsilon, #assert_includes, #assert_instance_of, #assert_kind_of, #assert_match, #assert_nil, #assert_no_match, #assert_not_alike, #assert_not_boolean, #assert_not_empty, #assert_not_equal, #assert_not_equivalent, #assert_not_false, #assert_not_in_delta, #assert_not_in_epsilon, #assert_not_includes, #assert_not_instance_of, #assert_not_kind_of, #assert_not_match, #assert_not_nil, #assert_not_predicate, #assert_not_raised, #assert_not_respond_to, #assert_not_same, #assert_not_thrown, #assert_not_true, #assert_nothing_raised, #assert_nothing_thrown, #assert_operator, #assert_path_exist, #assert_path_not_exist, #assert_predicate, #assert_raise, #assert_raise_kind_of, #assert_respond_to, #assert_same, #assert_throw, #assert_true