class OneForAll

AutoRunner UnitTest.

Attributes

runner[R]

Public Class Methods

new() click to toggle source
# File unit_test_runner.rb, line 13
def initialize
  @runner = Test::Unit::AutoRunner.run(true, './test')
end

Public Instance Methods

remove() click to toggle source
# File unit_test_runner.rb, line 17
def remove
  remove_instance_variable(:@runner)
end