class Spectator::Mocks::GenericMethodCall(T, NT)

Defined in:

spectator/mocks/generic_method_call.cr

Constructors

Instance Method Summary

Instance methods inherited from class Spectator::Mocks::MethodCall

name : Symbol name, to_s(io) to_s

Constructor methods inherited from class Spectator::Mocks::MethodCall

new(name : Symbol) new

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 : GenericArguments(T, NT)) #

[View source]

Instance Method Detail

def args #

[View source]
def to_s(io) #

[View source]