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



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

def counts; {}; end

#enter_all(runner) ⇒ Object



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

def enter_all(runner); end

#enter_scope(scope) ⇒ Object



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

def enter_scope(scope); end

#enter_spec(spec, depth) ⇒ Object



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

def enter_spec(spec, depth); end

#enter_topic(topic, depth) ⇒ Object



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

def enter_topic(topic, depth); end

#exit_all(runner) ⇒ Object



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

def exit_all(runner); end

#exit_scope(scope) ⇒ Object



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

def exit_scope(scope); end

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



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

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

#exit_topic(topic, depth) ⇒ Object



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

def exit_topic(topic, depth); end

#order_policyObject

:spec_first or nil



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

def order_policy(); nil; end