class Cucumber::Formatter::AstLookup::TestCaseLookupBuilder

def initialize(gherkin_document)

def initialize(gherkin_document)
  @lookup_hash = {}
  process_scenario_container(gherkin_document.feature)
end