abstract class Spectator::Mocks::AbstractCall
- Spectator::Mocks::AbstractCall
- Reference
- Object
Overview
Base class for all method call types.
Direct Known Subclasses
Defined in:
spectator/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.