index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
assert.rb
Age
Commit message (
Expand
)
Author
2013-06-14
Add block mode to assert_equal
Daniel Bovensiepen
2013-06-09
Add assert_not_include to test environment
Daniel Bovensiepen
2013-06-09
Add assert_not_equal
Daniel Bovensiepen
2013-05-12
Implemented ObjectSpace.count_objects to count the number of allocated object...
Ryan Scott
2013-05-08
Implement fallback print method for testing environment in case mruby-print G...
Daniel Bovensiepen
2013-03-02
bugfix: assert_raise
Akira Yumiyama
2013-02-28
Move Math::TOLERANCE to mruby-math
Daniel Bovensiepen
2013-02-25
Add skip method for test
mattn
2013-02-25
rename assert_raises to assert_raise
Yukihiro Matz Matsumoto
2013-02-25
remove assert_instance_of and assert_kind_of which might hinder duck typing
Yukihiro Matz Matsumoto
2013-02-25
rename assert_includes to assert_include
Yukihiro Matz Matsumoto
2013-02-22
add assert_{includes,instance_of,kind_of,raises} methods.
Akira Yumiyama
2013-02-18
add assert_{true,nil,equal} methods.
Akira Yumiyama
2013-02-09
add mrbtest verbose mode ('-v' option)
Akira Yumiyama
2013-01-07
Run mrbgems test run on isolate mrb_state each rb file.
Yuichiro MASUI
2012-08-01
add Math::TOLERANCE
Yukihiro Matsumoto
2012-06-21
Add execution time to tests
Daniel Bovensiepen
2012-06-13
Assert should handle all exceptions.
Masaki Muranaka
2012-06-05
stop introducing Math::TORELANCE
Yukihiro Matsumoto
2012-05-21
print description on exceptions
Yukihiro Matsumoto
2012-05-19
Finish all Float ISO Tests
Daniel Bovensiepen
2012-05-17
Minor edits in tests for Math module
Paolo Bosetti
2012-05-16
Better indention of assert report
Daniel Bovensiepen
2012-05-16
Move assert lib for tests one directory up and add it always in the beginning
Daniel Bovensiepen