class Cucumber::Core::Test::Result::Summary
def ok?(be_strict = StrictConfiguration.new)
def ok?(be_strict = StrictConfiguration.new) TYPES.each do |type| if get_total(type) > 0 return false unless Result.ok?(type, be_strict) end end true end
def ok?(be_strict = StrictConfiguration.new) TYPES.each do |type| if get_total(type) > 0 return false unless Result.ok?(type, be_strict) end end true end