Sha256: b95f10c971a6649a53e43784053cd3abc39c0314ef1731951164b326b54f59de
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
module OrigenTesters module SmartestBasedTester class Base class TestMethods class SmartCalcTml < BaseTml TEST_METHODS = { synchronize: { class_name: 'SMC__SYNCHRONIZE' }, cleanup: { class_name: 'SMC__CLEANUP', disconnect: [:boolean, false] } } def klass 'smartCalc' end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
origen_testers-0.31.0 | lib/origen_testers/smartest_based_tester/base/test_methods/smart_calc_tml.rb |