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, #success?, #summarize

Constructor Details

This class inherits a constructor from Riot::Reporter

Instance Method Details

#error(description, e) ⇒ Object



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

def error(description, e); end

#fail(description, message) ⇒ Object



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

def fail(description, message); end

#pass(description, message) ⇒ Object



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

def pass(description, message); end

#results(time_taken) ⇒ Object



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

def results(time_taken); end