Object
# File lib/deep_test/distributed/throughput_worker_client.rb, line 4 def initialize(options, test_server) @options = options @test_server = test_server end
# File lib/deep_test/distributed/throughput_worker_client.rb, line 9 def start_all @worker_server = @test_server.spawn_worker_server(@options) @worker_server.start_all end
# File lib/deep_test/distributed/throughput_worker_client.rb, line 14 def stop_all @worker_server.stop_all end
[Validate]
Generated with the Darkfish Rdoc Generator 2.