aboutsummaryrefslogtreecommitdiffstats
path: root/test/testunit
Commit message (Expand)AuthorAgeFilesLines
...
* * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko12007-02-161-1/+1
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-121-6/+23
* * 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.rb: use standalone runner for -e.nobu2004-12-191-4/+4
* * lib/test/unit/collector/dir.rb: add support for directory nameeban2004-11-191-1/+1
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-091-12/+17
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-241-4/+15
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* * 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/util/backtracefilter.rb: fixed a bug that occurredntalbott2003-11-211-0/+3
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-081-2/+9
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-082-23/+427
* * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott2003-10-051-17/+1
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-054-0/+702
* * 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-042-66/+45
* * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott2003-10-041-25/+31
* * lib/test/unit/testsuite.rb: changed #<< to return self, and addedntalbott2003-10-032-20/+37
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-031-0/+5
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-025-25/+128
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-022-7/+12
* * test/testunit/*: Added.ntalbott2003-09-198-0/+1185