aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit/testcase.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/test: Removed because ruby's test cases now independent tosorah2014-05-171-34/+0
* * lib/test/: [DOC] Document Test::Unit, hide most submodules andzzak2013-08-191-1/+1
* * lib/test/unit/testcase.rb(method_added): refactoring.sorah2012-07-211-8/+6
* * lib/test/unit.rb: warn when test_* method is redefined.sorah2012-07-211-0/+11
* * test/testunit/test_parallel.rb: Fix Regexp for test.sorah2011-06-161-0/+4
* * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.sorah2011-02-241-0/+6
* * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCasenobu2009-08-061-0/+3
* * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.akr2008-12-111-0/+12
* * lib/test/unit: removed test/unit.akr2008-10-161-163/+0
* Restored test/unitryan2008-10-101-0/+163
* Removing miniunitryan2008-10-101-31/+0
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-041-157/+25
* Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui2008-09-301-0/+163
* Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui2008-09-301-31/+0
* Added miniunit 1.3.0ryan2008-09-231-0/+31
* Removed test/unitryan2008-09-231-163/+0
* * lib/test/unit/testcase.rb: collect decendants ofakr2008-07-041-0/+5
* Applied Laurent's patch to testcase.rb to fix symbol method namesryan2008-03-211-1/+1
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-2/+10
* Documentation cleanup.drbrain2006-08-041-1/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * lib/test/unit/assertions.rb: use #__send__ instead of #send.ntalbott2003-11-201-1/+1
* * lib/test/unit/assertions.rb: added a default message for #assert,ntalbott2003-10-021-12/+3
* * lib/test/unit/assertions.rb: should not capture anntalbott2003-10-021-3/+3
* * lib/test/unit/testcase.rb: Added equality checking.ntalbott2003-08-061-1/+8
* Initial revisionntalbott2003-02-121-0/+152