method
assert_operator
v1_9_3_392 -
Show latest stable
- Class:
MiniTest::Assertions
assert_operator(o1, op, o2, msg = nil)public
For testing equality operators and so-forth.
assert_operator 5, :<=, 4
assert_operator(o1, op, o2, msg = nil)For testing equality operators and so-forth.
assert_operator 5, :<=, 4