1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/test/unit
ntalbott 1253665ec4 * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise
and made the former call the latter. [ruby-core:01890]

	* test/testunit/test_assertions.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-08 15:58:41 +00:00
..
collector * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): 2003-10-22 03:53:41 +00:00
ui * lib/test/unit/autorunner.rb: remove dependency to a particular 2003-12-08 13:48:14 +00:00
util * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred 2003-11-21 22:36:13 +00:00
assertionfailederror.rb * lib/test/unit.rb: do not run tests if $! is set. 2003-11-18 23:00:29 +00:00
assertions.rb * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise 2003-12-08 15:58:41 +00:00
autorunner.rb * lib/test/unit/autorunner.rb: remove dependency to a particular 2003-12-08 13:48:14 +00:00
collector.rb * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
testcase.rb * lib/test/unit/assertions.rb: use #__send__ instead of #send. 2003-11-20 15:45:56 +00:00
testresult.rb Initial revision 2003-02-12 03:12:14 +00:00
testsuite.rb * lib/test/unit/testsuite.rb: changed #<< to return self, and added 2003-10-03 22:35:19 +00:00