Module: OrigenTesters::VectorBasedTester
- Extended by:
- ActiveSupport::Concern
- Included in:
- CommandBasedTester, IGXLBasedTester::Base, LabVIEWBasedTester::Pxie6570, SmartestBasedTester::Base, StilBasedTester::Base, Test::Decompiler::Dummy::DummyTester
- Defined in:
- lib/origen_testers/vector_based_tester.rb
Overview
Including this module in a class gives it all the basics required to generator vector-based test patterns
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#register_tester ⇒ Object
:nodoc:.
Instance Method Details
#register_tester ⇒ Object
:nodoc:
37 38 39 |
# File 'lib/origen_testers/vector_based_tester.rb', line 37 def register_tester # :nodoc: Origen.app.tester = self end |