Class: Cucumber::Formatter::AstLookup::TestStepLookupBuilder
- Inherits:
-
Object
- Object
- Cucumber::Formatter::AstLookup::TestStepLookupBuilder
- Defined in:
- lib/cucumber/formatter/ast_lookup.rb
Instance Attribute Summary collapse
-
#lookup_hash ⇒ Object
readonly
Returns the value of attribute lookup_hash.
Instance Method Summary collapse
-
#initialize(gherkin_document) ⇒ TestStepLookupBuilder
constructor
A new instance of TestStepLookupBuilder.
Constructor Details
#initialize(gherkin_document) ⇒ TestStepLookupBuilder
Returns a new instance of TestStepLookupBuilder.
103 104 105 106 |
# File 'lib/cucumber/formatter/ast_lookup.rb', line 103 def initialize(gherkin_document) @lookup_hash = {} process_scenario_container(gherkin_document.feature) end |
Instance Attribute Details
#lookup_hash ⇒ Object (readonly)
Returns the value of attribute lookup_hash.
101 102 103 |
# File 'lib/cucumber/formatter/ast_lookup.rb', line 101 def lookup_hash @lookup_hash end |