Good video. How we can implement this at the project level for eg do we have to create different HTTPClient and HTTPClientProtocol for the different features or do we have any generic way to avoid code redundancy. Any guidance or suggestion will be appreciated.
I’ve really Ben loving your SwiftUI videos; they’ve been a huge help. I’m working on learning firestore forme Firebase recently. Would it be possible for you to make a tutorial on how I can paginate data in a list using Firestore and SwiftUI? I really appreciate your tutorials
Have a static property httpClientProtcolType T.Type where T:HTTPClientProtocol in HTTPClientFactory. Set this is to HTTPClient by default. In UT set this to MockedHTTPClient ?
Excellent tutorial Azam 👌👏
Good video. How we can implement this at the project level for eg do we have to create different HTTPClient and HTTPClientProtocol for the different features or do we have any generic way to avoid code redundancy. Any guidance or suggestion will be appreciated.
Good stuff. helped me to understand mocking. thank you.
I’ve really Ben loving your SwiftUI videos; they’ve been a huge help. I’m working on learning firestore forme Firebase recently. Would it be possible for you to make a tutorial on how I can paginate data in a list using Firestore and SwiftUI? I really appreciate your tutorials
I had the same problem and I got it work by adding dependancies into test target (build phases -> link binary with library).
Do you have a full agile course?
How does the HTTPClientFactory see the MockedHTTPClient since it's in another target?
did you solve this ?
help, i got this error too
Have a static property httpClientProtcolType T.Type where T:HTTPClientProtocol in HTTPClientFactory. Set this is to HTTPClient by default. In UT set this to MockedHTTPClient ?