abstract class Mocks::AbstractCall
- Mocks::AbstractCall
- Reference
- Object
Overview
Base class for all method call types.
Direct Known Subclasses
Defined in:
mocks/call.crInstance Method Summary
-
#match?(stub : Stub) : Bool
Dispatch for comparing a concrete call to a concrete stub.
Instance Method Detail
Dispatch for comparing a concrete call to a concrete stub.