Class: TestProf::Autopilot::FactoryDefault::Writer

Inherits:
ReportWriter
  • Object
show all
Defined in:
lib/test_prof/autopilot/factory_default/writer.rb

Overview

Class is used for writing :factory_prof report in different formats

Constant Summary collapse

ARTIFACT_FILE =
"factory_default_prof_report"

Instance Attribute Summary

Attributes inherited from ReportWriter

#report

Instance Method Summary collapse

Methods inherited from ReportWriter

#initialize, #write, write_report

Methods included from Logging

log

Constructor Details

This class inherits a constructor from TestProf::Autopilot::ReportWriter

Instance Method Details

#generate_jsonObject



12
13
14
# File 'lib/test_prof/autopilot/factory_default/writer.rb', line 12

def generate_json
  report.result.to_json
end