A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.rubydoc.info/github/teamcapybara/capybara/Capybara/RSpecMatchers/Matchers/Compound below:

Compound – Documentation for teamcapybara/capybara (master) – RubyDoc.info

Module: Capybara::RSpecMatchers::Matchers::Compound
Includes:
RSpec::Matchers::Composable
Included in:
Base, NegatedMatcher
Defined in:
lib/capybara/rspec/matchers/compound.rb
Defined Under Namespace

Modules: Synchronizer Classes: And, CapybaraEvaluator, Or

Instance Method Summary collapse Instance Method Details #and(matcher) ⇒ Object
10
11
12
# File 'lib/capybara/rspec/matchers/compound.rb', line 10

def and(matcher)
  And.new(self, matcher)
end
#and_then(matcher) ⇒ Object
14
15
16
# File 'lib/capybara/rspec/matchers/compound.rb', line 14

def and_then(matcher)
  ::RSpec::Matchers::BuiltIn::Compound::And.new(self, matcher)
end
#or(matcher) ⇒ Object
18
19
20
# File 'lib/capybara/rspec/matchers/compound.rb', line 18

def or(matcher)
  Or.new(self, matcher)
end

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4