Class: Test::Unit::UI::Console::TestRunner
- Inherits:
-
Object
- Object
- Test::Unit::UI::Console::TestRunner
- Defined in:
- lib/ci/reporter/rake/test_unit_loader.rb
Instance Method Summary collapse
Instance Method Details
#create_mediator(suite) ⇒ Object
13 14 15 16 |
# File 'lib/ci/reporter/rake/test_unit_loader.rb', line 13 def create_mediator(suite) # swap in our custom mediator return CI::Reporter::TestUnit.new(suite) end |