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



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

def counts; {}; end

#enter_all(runner) ⇒ Object



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

def enter_all(runner); end

#enter_scope(scope) ⇒ Object



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

def enter_scope(scope); end

#enter_spec(spec, depth) ⇒ Object



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

def enter_spec(spec, depth); end

#enter_topic(topic, depth) ⇒ Object



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

def enter_topic(topic, depth); end

#exit_all(runner) ⇒ Object



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

def exit_all(runner); end

#exit_scope(scope) ⇒ Object



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

def exit_scope(scope); end

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



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

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

#exit_topic(topic, depth) ⇒ Object



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

def exit_topic(topic, depth); end

#order_policyObject

:spec_first or nil



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

def order_policy(); nil; end