abstract class Spectator::Mocks::GenericMethodStub(ReturnType)
Direct Known Subclasses
- Spectator::Mocks::ExceptionMethodStub(ExceptionType)
- Spectator::Mocks::MultiValueMethodStub(ReturnType)
- Spectator::Mocks::NilMethodStub
- Spectator::Mocks::OriginalMethodStub
- Spectator::Mocks::ProcMethodStub(ReturnType)
- Spectator::Mocks::ValueMethodStub(ReturnType)
Defined in:
spectator/mocks/generic_method_stub.crConstructors
Instance Method Summary
- #arguments : Arguments
- #arguments? : Arguments | Nil
- #callable?(call : GenericMethodCall(T, NT)) : Bool forall T, NT
- #to_s(io)