assert_all_are_divisible_by	is_divisible_by
assert_all_are_equal_to	is_equal_to
assert_all_are_even	is_divisible_by
assert_all_are_finite	is_finite
assert_all_are_greater_than	is_equal_to
assert_all_are_greater_than_or_equal_to	is_equal_to
assert_all_are_imaginary	is_real
assert_all_are_infinite	is_finite
assert_all_are_in_closed_range	is_in_range
assert_all_are_in_left_open_range	is_in_range
assert_all_are_in_open_range	is_in_range
assert_all_are_in_range	is_in_range
assert_all_are_in_right_open_range	is_in_range
assert_all_are_less_than	is_equal_to
assert_all_are_less_than_or_equal_to	is_equal_to
assert_all_are_nan	is_nan
assert_all_are_negative	is_in_range
assert_all_are_negative_infinity	is_finite
assert_all_are_non_negative	is_in_range
assert_all_are_non_positive	is_in_range
assert_all_are_not_equal_to	is_equal_to
assert_all_are_not_nan	is_nan
assert_all_are_odd	is_divisible_by
assert_all_are_percentages	is_in_range
assert_all_are_positive	is_in_range
assert_all_are_positive_infinity	is_finite
assert_all_are_proportions	is_in_range
assert_all_are_real	is_real
assert_all_are_whole_numbers	is_whole_number
assert_all_numbers_are_whole_numbers	is_whole_number
assert_any_are_divisible_by	is_divisible_by
assert_any_are_equal_to	is_equal_to
assert_any_are_even	is_divisible_by
assert_any_are_finite	is_finite
assert_any_are_greater_than	is_equal_to
assert_any_are_greater_than_or_equal_to	is_equal_to
assert_any_are_imaginary	is_real
assert_any_are_infinite	is_finite
assert_any_are_in_closed_range	is_in_range
assert_any_are_in_left_open_range	is_in_range
assert_any_are_in_open_range	is_in_range
assert_any_are_in_range	is_in_range
assert_any_are_in_right_open_range	is_in_range
assert_any_are_less_than	is_equal_to
assert_any_are_less_than_or_equal_to	is_equal_to
assert_any_are_nan	is_nan
assert_any_are_negative	is_in_range
assert_any_are_negative_infinity	is_finite
assert_any_are_non_negative	is_in_range
assert_any_are_non_positive	is_in_range
assert_any_are_not_equal_to	is_equal_to
assert_any_are_not_nan	is_nan
assert_any_are_odd	is_divisible_by
assert_any_are_percentages	is_in_range
assert_any_are_positive	is_in_range
assert_any_are_positive_infinity	is_finite
assert_any_are_proportions	is_in_range
assert_any_are_real	is_real
assert_any_are_whole_numbers	is_whole_number
assert_any_numbers_are_whole_numbers	is_whole_number
is_divisible_by	is_divisible_by
is_equal_to	is_equal_to
is_even	is_divisible_by
is_finite	is_finite
is_greater_than	is_equal_to
is_greater_than_or_equal_to	is_equal_to
is_imaginary	is_real
is_infinite	is_finite
is_in_closed_range	is_in_range
is_in_left_open_range	is_in_range
is_in_open_range	is_in_range
is_in_range	is_in_range
is_in_right_open_range	is_in_range
is_less_than	is_equal_to
is_less_than_or_equal_to	is_equal_to
is_nan	is_nan
is_negative	is_in_range
is_negative_infinity	is_finite
is_non_negative	is_in_range
is_non_positive	is_in_range
is_not_equal_to	is_equal_to
is_not_nan	is_nan
is_odd	is_divisible_by
is_percentage	is_in_range
is_positive	is_in_range
is_positive_infinity	is_finite
is_proportion	is_in_range
is_real	is_real
is_whole_number	is_whole_number
