Class: MySQLReport
- Inherits:
-
Object
- Object
- MySQLReport
- Defined in:
- lib/MySQLReport.rb
Instance Method Summary collapse
- #done(tests_ok, tests_fail) ⇒ Object
-
#initialize(file) ⇒ MySQLReport
constructor
A new instance of MySQLReport.
- #log(status, duration, service, api, name, message) ⇒ Object
Constructor Details
#initialize(file) ⇒ MySQLReport
Returns a new instance of MySQLReport.
4 5 6 |
# File 'lib/MySQLReport.rb', line 4 def initialize(file) end |
Instance Method Details
#done(tests_ok, tests_fail) ⇒ Object
12 13 14 |
# File 'lib/MySQLReport.rb', line 12 def done(tests_ok, tests_fail) end |
#log(status, duration, service, api, name, message) ⇒ Object
8 9 10 |
# File 'lib/MySQLReport.rb', line 8 def log(status, duration, service, api, name, ) end |