# File lib/deep_test/spec/work_result.rb, line 15 def ==(other) identifier == other.identifier && @error == other.instance_variable_get(:@error) end
# File lib/deep_test/spec/work_result.rb, line 28 def deadlock_result WorkResult.new(identifier, nil, '-deadlock-') end
# File lib/deep_test/spec/work_result.rb, line 11 def error @error.resolve if @error end
Generated with the Darkfish Rdoc Generator 2.