Class: Megatest::Reporters::OrderReporter

Inherits:
AbstractReporter show all
Defined in:
lib/megatest/reporters.rb

Instance Method Summary collapse

Methods inherited from AbstractReporter

#after_test_case, #initialize, #start, #summary

Constructor Details

This class inherits a constructor from Megatest::Reporters::AbstractReporter

Instance Method Details

#before_test_case(_queue, test_case) ⇒ Object



193
194
195
# File 'lib/megatest/reporters.rb', line 193

def before_test_case(_queue, test_case)
  @out.puts(test_case.id)
end