class Mocks::Registry::Method

Defined in:

mocks/registry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def call(object_id, args) #

[View source]
def call(object_id) #

[View source]
def last_args : Mocks::Registry::CallHash #

[View source]
def last_received_args(object_id) #

[View source]
def received : Mocks::Registry::CallHash #

[View source]
def received?(object_id, args) #

[View source]
def received?(object_id) #

[View source]
def store_stub(object_id, args, value) #

[View source]

[View source]