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) should, should_eventually(matcher) should_eventually, should_never(matcher) should_never, should_not(matcher) should_not

Constructor Detail

def self.new(description : String) #

[View source]

Instance Method Detail

def description : String #

[View source]
abstract def matched? : Bool #

Indicates whether the match as successful or not.


[View source]