class Spectator::Mocks::ProcMethodStub(ReturnType)

Defined in:

spectator/mocks/proc_method_stub.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Spectator::Mocks::GenericMethodStub(ReturnType)

arguments : Arguments arguments, arguments? : Arguments | Nil arguments?, callable?(call : MethodCall) : Bool callable?, to_s(io) to_s

Constructor methods inherited from class Spectator::Mocks::GenericMethodStub(ReturnType)

new(name, location, args : Arguments | Nil = nil) new

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

call(args : GenericArguments(T, NT), &original : -> RT) forall T, NT, RT call, call!(args : GenericArguments(T, NT), &original : -> RT) : RT forall T, NT, RT call!, callable?(call : MethodCall) : Bool callable?, location : Location location, name : Symbol name, to_s(io) to_s

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

new(name : Symbol, location : Spectator::Location) new

Instance methods inherited from class Object

should(matcher, message = nil) should, should_eventually(matcher, message = nil) should_eventually, should_never(matcher, message = nil) should_never, should_not(matcher, message = nil) should_not

Constructor Detail

def self.new(name, location, proc : -> ReturnType, args = nil) #

[View source]

Class Method Detail

def self.create(name, location, args = nil, &block : -> T) forall T #

[View source]

Instance Method Detail

def call(_args : GenericArguments(T, NT), &_original : -> RT) forall T, NT, RT #

[View source]