method
assert_operator
ruby latest stable - Class:
MiniTest::Assertions
assert_operator(o1, op, o2 = UNDEFINED, msg = nil)public
For testing with binary operators.
assert_operator 5, :<=, 4
assert_operator(o1, op, o2 = UNDEFINED, msg = nil)For testing with binary operators.
assert_operator 5, :<=, 4