summaryrefslogtreecommitdiffhomepage
path: root/test/assert.rb
AgeCommit message (Expand)Author
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