Class: TestProf::Autopilot::FactoryDefault::Writer
- Inherits:
-
ReportWriter
- Object
- ReportWriter
- TestProf::Autopilot::FactoryDefault::Writer
- 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
Instance Method Summary collapse
Methods inherited from ReportWriter
#initialize, #write, write_report
Methods included from Logging
Constructor Details
This class inherits a constructor from TestProf::Autopilot::ReportWriter
Instance Method Details
#generate_json ⇒ Object
12 13 14 |
# File 'lib/test_prof/autopilot/factory_default/writer.rb', line 12 def generate_json report.result.to_json end |