Class: Henitai::Reporter::Json
Overview
JSON reporter.
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Henitai::Reporter::Base
Instance Method Details
#report(result) ⇒ Object
251 252 253 254 255 256 257 |
# File 'lib/henitai/reporter.rb', line 251 def report(result) schema = result.to_stryker_schema write_canonical(schema) write_session_snapshot(schema) write_activation_recipes(result) write_history_report end |