module Spectator::Matchers

Overview

Evaluates conditions on values and objects to determine whether they satisfy test criteria.

Defined in:

spectator/matchers.cr
spectator/matchers/all_matcher.cr
spectator/matchers/array_matcher.cr
spectator/matchers/attributes_matcher.cr
spectator/matchers/case_matcher.cr
spectator/matchers/change_exact_matcher.cr
spectator/matchers/change_from_matcher.cr
spectator/matchers/change_matcher.cr
spectator/matchers/change_relative_matcher.cr
spectator/matchers/change_to_matcher.cr
spectator/matchers/collection_matcher.cr
spectator/matchers/compiled_type_matcher.cr
spectator/matchers/contain_matcher.cr
spectator/matchers/empty_matcher.cr
spectator/matchers/end_with_matcher.cr
spectator/matchers/equality_matcher.cr
spectator/matchers/exception_matcher.cr
spectator/matchers/failed_match_data.cr
spectator/matchers/greater_than_equal_matcher.cr
spectator/matchers/greater_than_matcher.cr
spectator/matchers/have_key_matcher.cr
spectator/matchers/have_matcher.cr
spectator/matchers/have_predicate_matcher.cr
spectator/matchers/have_value_matcher.cr
spectator/matchers/inequality_matcher.cr
spectator/matchers/instance_matcher.cr
spectator/matchers/less_than_equal_matcher.cr
spectator/matchers/less_than_matcher.cr
spectator/matchers/match_data.cr
spectator/matchers/matcher.cr
spectator/matchers/nil_matcher.cr
spectator/matchers/pattern_matcher.cr
spectator/matchers/predicate_matcher.cr
spectator/matchers/range_matcher.cr
spectator/matchers/receive_matcher.cr
spectator/matchers/reference_matcher.cr
spectator/matchers/regex_matcher.cr
spectator/matchers/respond_matcher.cr
spectator/matchers/size_matcher.cr
spectator/matchers/size_of_matcher.cr
spectator/matchers/standard_matcher.cr
spectator/matchers/start_with_matcher.cr
spectator/matchers/successful_match_data.cr
spectator/matchers/truthy_matcher.cr
spectator/matchers/type_matcher.cr
spectator/matchers/unordered_array_matcher.cr
spectator/matchers/value_matcher.cr