abstract class Spectator::Mocks::MethodStub
- Spectator::Mocks::MethodStub
- Reference
- Object
Direct Known Subclasses
Defined in:
spectator/mocks/method_stub.crConstructors
Instance Method Summary
- #call(args : GenericArguments(T, NT), & : -> RT) forall T, NT, RT
- #call!(args : GenericArguments(T, NT), & : -> RT) : RT forall T, NT, RT
- #callable?(call : MethodCall) : Bool
- #location : Location
- #name : Symbol
- #to_s(io)