Directory test/testunit/collector/

Directory Created:
2003-09-19 03:48
Total Files:
2
Deleted Files:
0
Lines of Code:
509

Browse with ViewVC

[root]/test/testunit/collector

Lines of Code

test/testunit/collector/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 581 (100.0%) 41.5
ntalbott 8 (57.1%) 536 (92.3%) 67.0
nobu 2 (14.3%) 27 (4.6%) 13.5
nahi 1 (7.1%) 17 (2.9%) 17.0
eban 1 (7.1%) 1 (0.2%) 1.0
shyouhei 2 (14.3%) 0 (0.0%) 0.0

Most Recent Commits

ntalbott 2007-03-21 00:29

* test/testunit/collector/test_dir.rb: Fixed test/unit tests that

were breaking due to Module#public_instance_methods now

returning a Symbol instead of a String.



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

9 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

nobu 2006-10-12 18:31

* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend

base directory to load path.



* lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): should

use the given File-like interface, but not File directly.



* test/testunit/collector/test_dir.rb (TestDir::FileSystem): implement

File-like methods correctly.

23 lines of code changed in:

nobu 2004-12-19 03:01

* lib/test/unit.rb: use standalone runner for -e.



* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): accept

multiple -p and -x options.



* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect):

ditto.

4 lines of code changed in:

eban 2004-11-19 03:22

* lib/test/unit/collector/dir.rb: add support for directory name

with -p/-x options.



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

1 lines of code changed in:

nahi 2004-01-09 05:26

* lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError

and SystemExitError) while loading a testcase. smell of bug.



* test/testunit/collector/test_dir.rb: add new test of the LoadError.



* test/drb/{test_drbssl.rb,test_drbunix.rb}: do not define testcase if

openssl is not installed.



* test/testunit/collector/test_dir.rb: assert_raises -> assert_raise.

17 lines of code changed in:

ntalbott 2003-10-08 14:21

* 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.

427 lines of code changed in:

ntalbott 2003-10-03 23:35

* lib/test/unit/testsuite.rb: changed #<< to return self, and added

#delete.



* test/testunit/test_testsuite.rb: ditto. Also slightly refactored

#test_size.



* lib/test/unit/collector/objectspace.rb: collector now preserves the

hierarchy of suites.



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

14 lines of code changed in:

ntalbott 2003-10-03 05:04

* lib/test/unit.rb: refactored to use optparse.



* lib/test/unit.rb: added support for selecting the output

level from the command-line.



* lib/test/unit.rb: added a command-line switch to stop processing

the command-line, allowing arguments to be passed to tests.



* lib/test/unit.rb: changed the method for specifying a runner or a

filter from the command-line.



* lib/test/unit/collector/objectspace.rb: fixed a bug causing all

tests to be excluded when the filter was set to an empty array.



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

5 lines of code changed in:

ntalbott 2003-10-02 03:20

* lib/test/unit/assertions.rb: should not capture an

AssertionFailedError unless explicitly requested.



* test/testunit/test_assertions.rb: ditto.



* test/testunit/collector/test_objectspace.rb: fixed a test failure

caused by methods being returned in different orders on different

platforms by moving test sorting from TestSuite into the locations

where suites are constructed. [ruby-talk:83156]



* lib/test/unit/testcase.rb: ditto.



* lib/test/unit/testsuite.rb: ditto.



* lib/test/unit/collector/objectspace.rb: ditto.

7 lines of code changed in:

ntalbott 2003-09-19 03:48

* test/testunit/*: Added.



* lib/test/unit.rb: Documentation update.



* lib/test/unit/ui/console/testrunner.rb (TestRunner#initialize):

Ditto.



* lib/test/unit.rb: Factored out an ObjectSpace collector.



* lib/test/unit/collector/objectspace.rb: Ditto.



* sample/testunit/*: Added.

74 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT