Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > test/unit/assertionsライブラリ > Test::Unit::Assertionsモジュール > assert_not_equal
assert_not_equal(expected, actual, message = "") -> ()
[permalink][rdoc]expected != actual ならばパスします。
[SEE_ALSO] Test::Unit::Assertions#assert_equal