Iso Runner provides means from running unit test in isolated processes. It can do this either by running each test in isolation (solo testing) or in pairs (cross testing).
The IsoRunner proiveds some variery in ouput formats and can also log results to a file.
Runs the list of test calls passed to it. This is used by test_solo and test_cross.
# File lib/turn/runners/isorunner.rb, line 38 def start suite = TestSuite.new testruns = @config.files.collect do |file| name = file.sub(Dir.pwd+'/','') suite.new_case(name, file) end test_loop_runner(suite) end
Generated with the Darkfish Rdoc Generator 2.