DeepTest::LocalWorkers
# File lib/deep_test/distributed/test_server_workers.rb, line 4 def initialize(options, test_server_config, connection_info) super(options) @test_server_config = test_server_config @connection_info = connection_info end
# File lib/deep_test/distributed/test_server_workers.rb, line 10 def number_of_workers @test_server_config[:number_of_workers] end
# File lib/deep_test/distributed/test_server_workers.rb, line 14 def server Server.remote_reference(@connection_info.address, @options.server_port) end
# File lib/deep_test/distributed/test_server_workers.rb, line 18 def start_all super @warlock.exit_when_none_running end
[Validate]
Generated with the Darkfish Rdoc Generator 2.