class Spectator::Mocks::MethodCall

Defined in:

spectator/mocks/method_call.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(name : Symbol, args : Arguments) #

[View source]

Instance Method Detail

def args : Arguments #

[View source]
def name : Symbol #

[View source]
def to_s(io) #

[View source]