class Cucumber::Core::Test::Result::Summary
def initialize
def initialize @total_failed = @total_passed = @total_skipped = @total_undefined = 0 @exceptions = [] @durations = [] end
def initialize @total_failed = @total_passed = @total_skipped = @total_undefined = 0 @exceptions = [] @durations = [] end