class Spec2::Matchers::Satisfy(T)

Included Modules

Defined in:

matchers/satisfy.cr

Constructors

Instance Method Summary

Instance methods inherited from module Spec2::Matcher

description description, failure_message failure_message, failure_message_when_negated failure_message_when_negated, match(actual) match

Constructor Detail

def self.new(&block : T -> Tuple(Bool, String, String)) #

[View source]

Instance Method Detail

def description #

[View source]
def failure_message #

[View source]
def failure_message? #

[View source]
def failure_message_when_negated #

[View source]
def failure_message_when_negated? #

[View source]
def match(actual) #

[View source]