Class: Riot::SilentReporter

Inherits:
Reporter show all
Defined in:
lib/riot/reporter.rb

Instance Attribute Summary

Attributes inherited from Reporter

#current_context, #errors, #failures, #passes

Instance Method Summary collapse

Methods inherited from Reporter

#describe_context, #initialize, #new, #report, #summarize

Constructor Details

This class inherits a constructor from Riot::Reporter

Instance Method Details

#error(description, e) ⇒ Object



115
# File 'lib/riot/reporter.rb', line 115

def error(description, e); end

#fail(description, message) ⇒ Object



114
# File 'lib/riot/reporter.rb', line 114

def fail(description, message); end

#pass(description) ⇒ Object



113
# File 'lib/riot/reporter.rb', line 113

def pass(description); end

#results(time_taken) ⇒ Object



116
# File 'lib/riot/reporter.rb', line 116

def results(time_taken); end