ruby--ruby/test/testunit
ntalbott 09d2946061 * lib/test/unit.rb: removed installation instructions.
* lib/test/unit/ui/testrunnermediator.rb: moved the run flag to a more
	  central location.

	* lib/test/unit.rb: ditto.

	* lib/test/unit.rb: extracted the running code in to AutoRunner.

	* lib/test/unit/autorunner.rb: added.

	* lib/test/unit/collector/objectspace.rb: extracted common test
	  collection functionality in to a module.

	* lib/test/unit/collector.rb: ditto; added.

	* test/testunit/collector/test_objectspace.rb: ditto.

	* lib/test/unit/collector/dir.rb: added. Supports collecting tests out
	  of a directory structure.

	* test/testunit/collector/test_dir.rb: added.

	* test/runner.rb: simplified to use the new capabilities.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-08 13:21:28 +00:00
..
collector * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
runit * test/testunit/runit/test_testresult.rb: removed some unnecessary 2003-10-05 02:23:48 +00:00
util * lib/test/unit/assertions.rb: made small improvements to assertion 2003-10-04 21:40:17 +00:00
test_assertions.rb * lib/test/unit/assertions.rb: will use pp for output if available. 2003-10-05 00:59:02 +00:00
test_error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_testcase.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
test_testresult.rb * test/testunit/*: Added. 2003-09-19 02:48:46 +00:00
test_testsuite.rb * lib/test/unit/testsuite.rb: changed #<< to return self, and added 2003-10-03 22:35:19 +00:00