Class: Cucumber::Core::SpyReceiver
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/spec/cucumber/core/test/filters/locations_filter_spec.rb
Instance Method Summary collapse
Instance Method Details
#done ⇒ Object
259 260 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/spec/cucumber/core/test/filters/locations_filter_spec.rb', line 259 def done end |
#test_case(test_case) ⇒ Object
255 256 257 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/spec/cucumber/core/test/filters/locations_filter_spec.rb', line 255 def test_case(test_case) test_cases << test_case end |
#test_case_locations ⇒ Object
262 263 264 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/spec/cucumber/core/test/filters/locations_filter_spec.rb', line 262 def test_case_locations test_cases.map(&:location) end |
#test_cases ⇒ Object
266 267 268 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/spec/cucumber/core/test/filters/locations_filter_spec.rb', line 266 def test_cases @test_cases ||= [] end |