class Mocks::Registry::Method(T)

Defined in:

mocks/registry.cr

Constant Summary

LAST_ARGS = {} of LastArgsKey => String
RUNTIME = {:recording => true}

Constructors

Instance Method Summary

Constructor Detail

def self.new(registry_name : String, name : String) #

[View source]

Instance Method Detail

def call(object_id, args) #

[View source]
def last_received_args(object_id) #

[View source]
def name #

[View source]
def received #

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

[View source]
def registry_name #

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

[View source]
def stubs #

[View source]