class Test::Unit::AutoRunner

Public Class Methods

new(standalone) click to toggle source
# File lib/redgreen.rb, line 35
def initialize(standalone)
  old_initialize(standalone)
  @runner = proc do |r| 
    Test::Unit::UI::Console::RedGreenTestRunner
  end
end
Also aliased as: old_initialize

Public Instance Methods

old_initialize(standalone)
Alias for: new