class RRRSpec::Client::SlaveRunner::RedisReportingFormatter

Public Class Methods

new(_output) click to toggle source
# File lib/rrrspec/client/slave_runner.rb, line 97
def initialize(_output)
  self.class.reset
end

Public Instance Methods

dump_summary(notification) click to toggle source
# File lib/rrrspec/client/slave_runner.rb, line 113
def dump_summary(notification)
  self.class.dump_summary(notification)
end
example_failed(notification) click to toggle source
# File lib/rrrspec/client/slave_runner.rb, line 109
def example_failed(notification)
  self.class.example_failed(notification)
end
example_passed(_notification) click to toggle source
# File lib/rrrspec/client/slave_runner.rb, line 101
def example_passed(_notification)
  self.class.example_passed
end
example_pending(_notification) click to toggle source
# File lib/rrrspec/client/slave_runner.rb, line 105
def example_pending(_notification)
  self.class.example_pending
end