# File lib/buildr/java/test_result.rb, line 60 def initialize(output) super(output) @result = Hash.new @result[:succeeded] = [] @result[:failed] = [] end