Module: Matchi::Matcher

Defined in:
lib/matchi/matcher.rb,
lib/matchi/matcher/eql.rb,
lib/matchi/matcher/base.rb,
lib/matchi/matcher/equal.rb,
lib/matchi/matcher/match.rb,
lib/matchi/matcher/be_nil.rb,
lib/matchi/matcher/be_true.rb,
lib/matchi/matcher/be_false.rb,
lib/matchi/matcher/raise_exception.rb

Overview

Collection of matcher classes.

Defined Under Namespace

Classes: Base, BeFalse, BeNil, BeTrue, Eql, Equal, Match, RaiseException