Class: OrigenTesters::IGXLBasedTester::Base::Flow::TestCounter

Inherits:
ATP::Processor
  • Object
show all
Defined in:
lib/origen_testers/igxl_based_tester/base/flow.rb

Instance Method Summary collapse

Methods inherited from ATP::Processor

#clean_flag, #extract_volatiles, #handler_missing, #process, #process_all, #volatile?, #volatile_flags

Instance Method Details

#on_test(node) ⇒ Object



44
45
46
# File 'lib/origen_testers/igxl_based_tester/base/flow.rb', line 44

def on_test(node)
  @tests += 1
end

#run(node) ⇒ Object



38
39
40
41
42
# File 'lib/origen_testers/igxl_based_tester/base/flow.rb', line 38

def run(node)
  @tests = 0
  process(node)
  @tests
end