aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit
Commit message (Expand)AuthorAgeFilesLines
* * lib/test: Removed because ruby's test cases now independent tosorah2014-05-174-702/+0
* parallel.rb: fix test-all parallel failureshirosaki2014-05-151-0/+5
* assertions.rb: assert_all? assert_not_all?nobu2014-03-011-0/+20
* * lib/test/unit/test-unit.gemspec: Add minitest < 5.0.0 dependencysorah2014-02-181-0/+4
* assertions.rb: remove extra periodnobu2014-02-051-1/+1
* assertions.rb: allow procnobu2014-01-231-2/+30
* assertions.rb: fix return valuenobu2013-12-241-1/+2
* assertions.rb: improve assert_thrownobu2013-12-241-1/+15
* assertions.rb: assert_thrownobu2013-12-241-6/+1
* * lib/test/unit/assertions.rb: [DOC] Fix typoa_matsuda2013-12-181-1/+1
* assertions.rb: last match in assert_raise_with_messagenobu2013-12-131-2/+9
* * lib/test/unit/assertions.rb: [DOC] better example for assert_send()zzak2013-11-091-2/+2
* assertions.rb: fix omitted messagenobu2013-10-211-1/+1
* assertions.rb: ignore nil messagenobu2013-10-141-0/+2
* test/unit/assertions.rb: return exceptionnobu2013-10-091-0/+1
* assertions.rb: assert_thrownobu2013-09-171-0/+19
* assertions.rb: assert_nothing_thrown returns the resultnobu2013-09-171-2/+4
* * lib/test/: [DOC] Document Test::Unit, hide most submodules andzzak2013-08-193-11/+13
* test/unit: assert_raise_with_messagenobu2013-07-051-0/+36
* assertions.rb: remove UNASSIGNEDnobu2013-04-171-9/+5
* assertions.rb: private flagnobu2013-03-131-1/+7
* assertions.rb: split linesnobu2013-03-081-1/+3
* assertions.rb: allow procnobu2013-03-081-0/+8
* * lib/test/unit/parallel.rb (Test::Unit::Worker.run): wrap LoadErrorusa2012-11-301-1/+1
* * lib/test/unit/test-unit.gemspec: Make test/unit default gem.kou2012-08-311-0/+14
* * test/unit/test.rb (Test::Unit::ProxyError): new exception class tousa2012-08-211-1/+1
* * lib/test/unit.rb, lib/test/unit/parallel.rb:sorah2012-08-201-1/+4
* * 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
* Undef on_parallel_worker? before redefine.naruse2012-07-031-0/+1
* * lib/test/unit/parallel.rb: workaround fix for rubygems.naruse2012-06-281-0/+4
* lib/test/unit/parallel.rb: new method to report to the parentnobu2012-06-191-10/+15
* lib/test/unit: refactoring pukenobu2012-06-151-2/+8
* * lib/test/unit.rb (terminal_width, del_status_line, put_status):nobu2012-03-291-1/+1
* * lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah2012-03-111-5/+11
* * lib/test/unit/assertions.rb (build_message): skip escapednobu2012-02-141-1/+1
* * lib/test/unit/parallel.rb: use pack("m0") instead ofkazu2012-01-021-4/+4
* * lib/test/unit.rb (_run_parallel):sorah2011-12-251-1/+1
* * test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa2011-11-181-2/+4
* * lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu2011-10-071-2/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.nobu2011-09-121-1/+1
* * lib/test/unit/assertions.rb (assert_send): make arguments innobu2011-09-121-0/+52
* * lib/test/unit/assertions.rb: Import documentation patch by Justinsorah2011-07-101-3/+106
* * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah2011-06-191-7/+13
* * test/testunit/test_parallel.rb: Fix Regexp for test.sorah2011-06-162-0/+10
* Don't break test-all.naruse2011-06-101-5/+0
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu2011-06-101-0/+5
* * lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcasesorah2011-06-031-2/+8
* * lib/test/unit/parallel.rb: Never Ignore SIGINT. When receivedsorah2011-05-231-3/+15
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-1/+1