Controls execution of test run.
Insatance of Runner, selected based on format and runmode.
# File lib/turn/controller.rb, line 36 def runner @runner ||= ( require 'turn/runners/minirunner' case config.runmode when :marshal Turn::MiniRunner when :solo require 'turn/runners/solorunner' Turn::SoloRunner when :cross require 'turn/runners/crossrunner' Turn::CrossRunner else Turn::MiniRunner end ) end
Generated with the Darkfish Rdoc Generator 2.