Sha256: 93a181ab15999c87f40d7c3727d7f59685fbb7b15b798732eb810dd56f0ad3d4
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
module DeepTest class TestCentralCommand < CentralCommand def self.start(options) central_command = super DynamicTeardown.on_teardown { central_command.stop } central_command end def remaining_result_count @results_mutex.synchronize do @results.size end end end end
Version data entries
3 entries across 3 versions & 1 rubygems