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
In this way I could register types on my DI system, and inject fake types on my test. The views or view controller would have a watermark with the names of the controller in case we use snapshot testing, and would allow us to assert the behavior we're using.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've been playing with the idea of allowing automocks of some core components of iOS applications.
For example:
In this way I could register types on my DI system, and inject fake types on my test. The views or view controller would have a watermark with the names of the controller in case we use snapshot testing, and would allow us to assert the behavior we're using.
Any thoughts?
The text was updated successfully, but these errors were encountered: