levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Setup integrtion testing #20

Closed levibostian closed 4 years ago

levibostian commented 5 years ago

My idea for this is: queue based system. If I want a certain status code and response X number of times, I need to add to the queue X number of times. Heavily inspired by MockServer by Retrofit.