123456789_123456789_123456789_123456789_123456789_

Class: Capybara::RSpecMatchers::Matchers::Compound::And

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, RSpec::Matchers::BuiltIn::Compound::And
Instance Chain:
self, Synchronizer, RSpec::Matchers::BuiltIn::Compound::And
Inherits: RSpec::Matchers::BuiltIn::Compound::And
  • Object
Defined in: lib/capybara/rspec/matchers/compound.rb

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#synchronized_match?Boolean (readonly, private)

[ GitHub ]

  
# File 'lib/capybara/rspec/matchers/compound.rb', line 70

def synchronized_match?
  [matcher_1_matches?, matcher_2_matches?].all?
end