summaryrefslogtreecommitdiffhomepage
path: root/test/assert.rb
AgeCommit message (Expand)Author
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-31Show error class name when raise Errorksss
2014-03-26revert 813ba5 since #1949 fixedYukihiro "Matz" Matsumoto
2014-03-26Don't use ensure to fix crash of mruby-eval test.take_cheeze
2014-03-24remove unnecessary operator method call; ref #1927Yukihiro "Matz" Matsumoto
2014-03-24Count crashed tests in total tests count.take_cheeze
2014-03-16Refactor assert_trueJun Hiroe
2014-03-11add assertion method `assert_nothing_raised'ksss
2013-11-16make test/assert.rb cruby compatiblefleuria
2013-08-01Fix assignment of block as actual value and not expectedDaniel Bovensiepen
2013-06-15Implement assert_float and add block mode to assert_equal and assert_not_equalDaniel Bovensiepen
2013-06-09Add assert_not_include to test environmentDaniel Bovensiepen
2013-06-09Add assert_not_equalDaniel Bovensiepen
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-08Implement fallback print method for testing environment in case mruby-print G...Daniel Bovensiepen
2013-03-02bugfix: assert_raiseAkira Yumiyama
2013-02-28Move Math::TOLERANCE to mruby-mathDaniel Bovensiepen
2013-02-25Add skip method for testmattn
2013-02-25rename assert_raises to assert_raiseYukihiro Matz Matsumoto
2013-02-25remove assert_instance_of and assert_kind_of which might hinder duck typingYukihiro Matz Matsumoto
2013-02-25rename assert_includes to assert_includeYukihiro Matz Matsumoto
2013-02-22add assert_{includes,instance_of,kind_of,raises} methods.Akira Yumiyama
2013-02-18add assert_{true,nil,equal} methods.Akira Yumiyama
2013-02-09add mrbtest verbose mode ('-v' option)Akira Yumiyama
2013-01-07Run mrbgems test run on isolate mrb_state each rb file.Yuichiro MASUI
2012-08-01add Math::TOLERANCEYukihiro Matsumoto
2012-06-21Add execution time to testsDaniel Bovensiepen
2012-06-13Assert should handle all exceptions.Masaki Muranaka
2012-06-05stop introducing Math::TORELANCEYukihiro Matsumoto
2012-05-21print description on exceptionsYukihiro Matsumoto
2012-05-19Finish all Float ISO TestsDaniel Bovensiepen
2012-05-17Minor edits in tests for Math modulePaolo Bosetti
2012-05-16Better indention of assert reportDaniel Bovensiepen
2012-05-16Move assert lib for tests one directory up and add it always in the beginningDaniel Bovensiepen