abstract class Mocks::AbstractCall

Overview

Base class for all method call types.

Direct Known Subclasses

Defined in:

mocks/call.cr

Instance Method Summary

Instance Method Detail

abstract def match?(stub : Stub) : Bool #

Dispatch for comparing a concrete call to a concrete stub.


[View source]