class NullReporter
Public Instance Methods
method_missing(*args)
click to toggle source
# File lib/hiptest-publisher/formatters/reporter.rb, line 72 def method_missing(*args) end
with_status_message(message) { || ... }
click to toggle source
# File lib/hiptest-publisher/formatters/reporter.rb, line 68 def with_status_message(message, &blk) yield end