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



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

def counts; {}; end

#enter_all(runner) ⇒ Object



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

def enter_all(runner); end

#enter_scope(scope) ⇒ Object



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

def enter_scope(scope); end

#enter_spec(spec, depth) ⇒ Object



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

def enter_spec(spec, depth); end

#enter_topic(topic, depth) ⇒ Object



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

def enter_topic(topic, depth); end

#exit_all(runner) ⇒ Object



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

def exit_all(runner); end

#exit_scope(scope) ⇒ Object



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

def exit_scope(scope); end

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



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

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

#exit_topic(topic, depth) ⇒ Object



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

def exit_topic(topic, depth); end