method
assert_not_equal
assert_not_equal(exp, act, msg=nil)
public
Tests if expected is not equal to actual.
An optional failure message may be provided as the final argument.
assert_not_equal(exp, act, msg=nil)
public
Tests if expected is not equal to actual.
An optional failure message may be provided as the final argument.