abstract struct Spectator::Matchers::MatchData

Overview

Information about the outcome of a match.

Direct Known Subclasses

Defined in:

spectator/matchers/match_data.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

should(matcher : Spectator::Matchers::Matcher) should, should_not(matcher : Spectator::Matchers::Matcher) should_not

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
abstract def matched? : Bool #

Indicates whether the match as successful or not.


[View source]