class Cucumber::Core::Test::Case
def with_around_hooks(around_hooks)
def with_around_hooks(around_hooks) self.class.new(id, name, test_steps, location, tags, language, around_hooks) end
def with_around_hooks(around_hooks) self.class.new(id, name, test_steps, location, tags, language, around_hooks) end