method
assert_operator
v2_1_10 -
Show 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