Class: OrigenTesters::IGXLBasedTester::Base::Flow::TestCounter
Instance Method Summary
collapse
#add_global_flag, #clean_flag, #extract_globals, #extract_volatiles, #global_flag?, #global_flags, #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
|