Class Turn::IsoRunner
In: lib/turn/runners/isorunner.rb
Parent: Object

IsoRunner

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.

Methods

new   start  

Included Modules

Turn::Colorize

Attributes

reporter  [R] 

Public Class methods

Public Instance methods

Runs the list of test calls passed to it. This is used by test_solo and test_cross.

[Validate]