Module
Matchy::MatcherBuilder
In:
lib/matchy/matcher_builder.rb
Methods
build_matcher
fail!
matcher_name
matches?
method_missing
new
pass!
Included Modules
Test::Unit::Assertions
Classes and Modules
Class
Matchy::MatcherBuilder::ChainedMessage
Public Class methods
matcher_name
()
new
(match_block, test_case)
Public Instance methods
build_matcher
(matcher_name=nil, args=[], &block)
fail!
(which)
matches?
(given)
method_missing
(id, *args, &block)
pass!
(which)
[Validate]