1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):

moved run method which allows output level.  [ruby-dev:22554]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-01-13 05:27:24 +00:00
parent 45c950c1df
commit 47c7c5bac6
7 changed files with 10 additions and 24 deletions

View file

@ -15,11 +15,6 @@ module Test
# Runs a Test::Unit::TestSuite on the console.
class TestRunner
extend TestRunnerUtilities
# Creates a new TestRunner and runs the suite.
def self.run(suite, output_level=NORMAL)
return new(suite, output_level).start
end
# Creates a new TestRunner for running the passed
# suite. If quiet_mode is true, the output while