Class: Cucumber::Core::SpyReceiver

Inherits:
Object
  • Object
show all
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

#doneObject



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_locationsObject



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_casesObject



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