aboutsummaryrefslogtreecommitdiffstats
path: root/test/testunit/test_assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo2007-12-281-0/+16
* * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):nobu2005-10-101-1/+0
* * test/testunit/test_assertions.rb: revert unintentional commit.matz2005-09-121-0/+1
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-121-1/+0
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-241-4/+15
* * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott2003-12-081-15/+15
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,nobu2003-12-051-0/+37
* * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott2003-12-011-10/+9
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-081-2/+9
* * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott2003-10-051-4/+4
* * lib/test/unit/assertions.rb: made small improvements to assertionntalbott2003-10-041-65/+44
* * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott2003-10-041-25/+31
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-021-4/+4
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-021-0/+5
* * test/testunit/*: Added.ntalbott2003-09-191-0/+484