Class | TTK::Services::TesterMaster |
In: |
lib/ttk/services/TesterMaster.rb
|
Parent: | DRbService |
# File lib/ttk/services/TesterMaster.rb, line 21 def initialize(config={}) sub_testable_initialize end
# File lib/ttk/services/TesterMaster.rb, line 25 def start_service(uri, name, sub_tester_uris) sub_testable_set(sub_tester_uris) @front = Testers::Master.new(self, name, @sub_testers) super(uri) changed notify_observers(Notification::NAME, name) changed notify_observers(Notification::SUB_TESTERS, sub_tester_uris) end