You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently protocol spies are created via spy.protocol/spy, however this is more of a stub/mock than a spy. I'd like to add the functionality to spy on an existing implementation of a protocol (just wrapping it), and to rename the current spy.protocol/spy macro to either mock or stub.
The text was updated successfully, but these errors were encountered:
Currently protocol spies are created via
spy.protocol/spy
, however this is more of a stub/mock than a spy. I'd like to add the functionality to spy on an existing implementation of a protocol (just wrapping it), and to rename the currentspy.protocol/spy
macro to eithermock
orstub
.The text was updated successfully, but these errors were encountered: