| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec | akr | 2009-09-29 | 1 | -2/+10 |
* | * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase | nobu | 2009-08-06 | 1 | -0/+3 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): expands paths before | nobu | 2009-08-04 | 1 | -3/+3 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * lib/test/unit/assertions.rb: don't define assert_not_* if already | akr | 2009-02-27 | 1 | -2/+4 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliases | nobu | 2009-02-15 | 1 | -0/+4 |
* | * lib/test/unit/assertions.rb (assert_equal): show class in failure | akr | 2009-01-31 | 1 | -0/+4 |
* | * lib/test/unit/assertions.rb | akr | 2009-01-30 | 1 | -1/+1 |
* | * lib/test/unit/assertions.rb (assert_respond_to): gets rid of | nobu | 2009-01-30 | 1 | -0/+5 |
* | * lib/test/unit/assertions.rb (assert_nothing_raised): removes the | nobu | 2009-01-12 | 1 | -3/+9 |
* | * lib/test/unit/assertions.rb (assert_no_match): don't count up as two | akr | 2009-01-07 | 1 | -0/+1 |
* | * lib/test/unit/assertions.rb (assert_equal): show small differences | akr | 2008-12-23 | 1 | -1/+5 |
* | * lib/test/unit/assertions.rb (assert_nothing_raised): increment | akr | 2008-12-22 | 1 | -0/+1 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit. | usa | 2008-12-16 | 1 | -1/+1 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support. | usa | 2008-12-16 | 1 | -0/+1 |
* | * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb. | akr | 2008-12-11 | 3 | -112/+124 |
* | * lib/test/unit.rb: sorry, removed debug code. | usa | 2008-11-04 | 1 | -1/+0 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname'' | usa | 2008-11-04 | 1 | -5/+6 |
* | * lib/test/unit.rb (assert_nothing_raised): raise with backtrace. | nobu | 2008-10-21 | 1 | -3/+1 |
* | * lib/test/unit.rb (assert_nothing_raised): set backtrace. | akr | 2008-10-21 | 1 | -1/+3 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): call given block for | akr | 2008-10-19 | 1 | -18/+20 |
* | * lib/test/unit.rb (assert_nothing_thrown): don't intern. | akr | 2008-10-18 | 1 | -2/+2 |
* | * lib/test/unit.rb (assert_nothing_thrown): implemented. | akr | 2008-10-18 | 1 | -2/+13 |
* | * lib/test/unit.rb: sort the order of executing tests. | mame | 2008-10-16 | 1 | -0/+3 |
* | * lib/test/unit.rb (assert_equal): avoid incompatible character | akr | 2008-10-16 | 1 | -0/+10 |
* | * lib/test/unit.rb (assert_equal): failure message changed. | akr | 2008-10-16 | 1 | -1/+16 |
* | * lib/test/unit: removed test/unit. | akr | 2008-10-16 | 22 | -3578/+125 |
* | Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb | ryan | 2008-10-10 | 1 | -0/+280 |
* | Restored test/unit | ryan | 2008-10-10 | 21 | -0/+3307 |
* | Removing miniunit | ryan | 2008-10-10 | 5 | -158/+0 |
* | * lib/test/unit/assertions.rb: assert_nothing_thrown, | naruse | 2008-10-08 | 1 | -16/+27 |
* | * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): | matz | 2008-10-06 | 1 | -1/+1 |
* | * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ... | yugui | 2008-10-04 | 23 | -3569/+129 |
* | Reverts the changes of lib/test/unit.rb in r19502 and r19501. | yugui | 2008-09-30 | 22 | -0/+3587 |
* | Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503. | yugui | 2008-09-30 | 5 | -147/+0 |
* | Not a typo. The name is better plural. Better English and more consistent wit... | ryan | 2008-09-25 | 1 | -1/+1 |
* | * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo. | nobu | 2008-09-24 | 1 | -1/+1 |
* | Added miniunit 1.3.0 | ryan | 2008-09-23 | 5 | -0/+147 |
* | committed one dir too deep. THIS removes the rest of test/unit | ryan | 2008-09-23 | 1 | -280/+0 |
* | Removed test/unit | ryan | 2008-09-23 | 21 | -3307/+0 |
* | * lib/test/unit/collector/objectspace.rb | kou | 2008-07-06 | 1 | -1/+1 |
* | * lib/test/unit/testcase.rb: collect decendants of | akr | 2008-07-04 | 4 | -11/+25 |
* | * lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to... | mame | 2008-07-01 | 1 | -4/+2 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted. | nobu | 2008-06-30 | 1 | -2/+1 |
* | * test/inlinetest.rb (InlineTest.in_progname): workaround for frozen | nobu | 2008-06-27 | 1 | -2/+5 |
* | Applied Laurent's patch to testcase.rb to fix symbol method names | ryan | 2008-03-21 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): do not always | nobu | 2008-03-01 | 1 | -2/+3 |
* | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 1 | -1/+1 |
* | * Fix variable name. | gotoyuzo | 2007-12-28 | 1 | -5/+5 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws): | gotoyuzo | 2007-12-28 | 1 | -11/+11 |