Class: Test::Unit::UI::Console::TestRunner
- Inherits:
-
Object
- Object
- Test::Unit::UI::Console::TestRunner
- Defined in:
- lib/joinfix/error.rb
Overview
TestRunner is the Test::Unit class providing a user interface for running tests in a console. JoinFix modifies this class to provide a nicer output when JoinFix fails. Without these modifications a single error causes the test output to explode into a meaningless jumble, once for every test in a suite.
Turn off the modifications by setting ENV = ‘false’, for instance by using:
% rake test format_joinfix_errors=false