Class: Oktest::Reporter

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

Direct Known Subclasses

BaseReporter

Instance Method Summary collapse

Instance Method Details

#countsObject



1784
# File 'lib/oktest.rb', line 1784

def counts; {}; end

#enter_all(runner) ⇒ Object



1775
# File 'lib/oktest.rb', line 1775

def enter_all(runner); end

#enter_scope(scope) ⇒ Object



1777
# File 'lib/oktest.rb', line 1777

def enter_scope(scope); end

#enter_spec(spec, depth) ⇒ Object



1781
# File 'lib/oktest.rb', line 1781

def enter_spec(spec, depth); end

#enter_topic(topic, depth) ⇒ Object



1779
# File 'lib/oktest.rb', line 1779

def enter_topic(topic, depth); end

#exit_all(runner) ⇒ Object



1776
# File 'lib/oktest.rb', line 1776

def exit_all(runner); end

#exit_scope(scope) ⇒ Object



1778
# File 'lib/oktest.rb', line 1778

def exit_scope(scope); end

#exit_spec(spec, depth, status, error, parent) ⇒ Object



1782
# File 'lib/oktest.rb', line 1782

def exit_spec(spec, depth, status, error, parent); end

#exit_topic(topic, depth) ⇒ Object



1780
# File 'lib/oktest.rb', line 1780

def exit_topic(topic, depth); end

#order_policyObject

:spec_first or nil



1785
# File 'lib/oktest.rb', line 1785

def order_policy(); nil; end