class Cucumber::Core::Test::Result::Summary

def initialize

def initialize
  @totals = Hash.new { 0 }
  @exceptions = []
  @durations = []
end