swift-fakes icon indicating copy to clipboard operation
swift-fakes copied to clipboard

Support dynamic response from Spy

Open younata opened this issue 3 months ago • 0 comments

In Python's Mock, you can configure the side_effect property to call a function when the mock is called.

Spy should offer similar behavior.

younata avatar Mar 29 '24 02:03 younata