luisobo / Nocilla

Testing HTTP requests has never been easier. Nocilla: Stunning HTTP stubbing for iOS and Mac OS X.
https://twitter.com/luisobo
MIT License
1.84k stars 172 forks source link

Add expectations #4

Open luisobo opened 12 years ago

luisobo commented 12 years ago

Nocilla only support stubbing but it doesn't support expectations on HTTP requests. It not often required, but it should be in there

gfzabarino commented 10 years ago

+1 on this one. Could be just a BOOL parameter on the request object and a future (eventually...) expectation with the used testing framework.