Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mocks
v0.9.6
Mocks
Allow
BaseDouble
BaseMock
HaveReceivedExpectation
Macro
GlobalDSL
Message
Receive
Registry
CallHash
CallHashKey
LastArgsKey
Method
ObjectId
Result
ResultInterface
ResultWrapper
RegistryInstances
UnexpectedMethodCall
Built with Crystal 1.9.2
2023-10-08 11:52:24 UTC
module
Mocks::Macro::GlobalDSL
Direct including types
Mocks::Macro
Defined in:
macro/etc.cr
Instance Method Summary
#allow
(subject)
Macro Summary
have_received
(method)
receive
(method)
returns
(method, and_return)
Instance Method Detail
def
allow
(subject)
#
[
View source
]
Macro Detail
macro
have_received
(method)
#
[
View source
]
macro
receive
(method)
#
[
View source
]
macro
returns
(method, and_return)
#
[
View source
]