Class: MySQLReport

Inherits:
Object
  • Object
show all
Defined in:
lib/MySQLReport.rb

Instance Method Summary collapse

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, message)

end