Class: RailsParallel::Runner::TestRunner
- Inherits:
-
Test::Unit::UI::Console::TestRunner
- Object
- Test::Unit::UI::Console::TestRunner
- RailsParallel::Runner::TestRunner
- Defined in:
- lib/rails_parallel/runner/test_runner.rb
Instance Attribute Summary collapse
-
#faults ⇒ Object
Returns the value of attribute faults.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(suite, output_level = Test::Unit::UI::PROGRESS_ONLY) ⇒ TestRunner
constructor
A new instance of TestRunner.
- #output_report(elapsed) ⇒ Object
Constructor Details
#initialize(suite, output_level = Test::Unit::UI::PROGRESS_ONLY) ⇒ TestRunner
Returns a new instance of TestRunner.
8 9 10 |
# File 'lib/rails_parallel/runner/test_runner.rb', line 8 def initialize(suite, output_level = Test::Unit::UI::PROGRESS_ONLY) super(suite, output_level) end |
Instance Attribute Details
#faults ⇒ Object
Returns the value of attribute faults.
6 7 8 |
# File 'lib/rails_parallel/runner/test_runner.rb', line 6 def faults @faults end |
#result ⇒ Object
Returns the value of attribute result.
6 7 8 |
# File 'lib/rails_parallel/runner/test_runner.rb', line 6 def result @result end |
Instance Method Details
#output_report(elapsed) ⇒ Object
12 13 14 |
# File 'lib/rails_parallel/runner/test_runner.rb', line 12 def output_report(elapsed) finished(elapsed) end |