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
Sometimes I need to push a Mock object into a proprietary framework (such as Apple's or a framework like Google's Analytics SDK).
In these cases, it would be useful if I could see which methods are invoked on a Mock object of mine (I'm actually interested in passing a mock UIApplication into -[UINib instantiateWithOwner:options:]).
If you tell me where to implement this, I'd go ahead and provide an implementation.
The text was updated successfully, but these errors were encountered:
Sometimes I need to push a Mock object into a proprietary framework (such as Apple's or a framework like Google's Analytics SDK).
In these cases, it would be useful if I could see which methods are invoked on a Mock object of mine (I'm actually interested in passing a mock
UIApplication
into-[UINib instantiateWithOwner:options:]
).If you tell me where to implement this, I'd go ahead and provide an implementation.
The text was updated successfully, but these errors were encountered: