# File lib/deep_test/test/work_unit.rb, line 19 def ==(other) return false unless other.class == self.class @test_case == other.instance_variable_get(:@test_case) end
# File lib/deep_test/test/work_unit.rb, line 8 def run result = run_without_deadlock_protection result = run_without_deadlock_protection if result.failed_due_to_deadlock? if result.failed_due_to_deadlock? result = WorkResult.new(@test_case.name) result.add_run result.output = "-deadlock-" end result end
Generated with the Darkfish Rdoc Generator 2.