ainame / AMEURLSession

AMEURLSession provide the simple and customizable interface of NSURLSession family classes to easy using.
MIT License
6 stars 1 forks source link

Provide mocking interface for testing #4

Open ypresto opened 10 years ago

ypresto commented 10 years ago

OHHTTPStubs provides only NSURLRequest instance, which body (parameters) could not be easily examined, because body would be shipped with NSInputStream (request.HTTPBodyStream).

AMEURLSession itself accepts parameters as a NSDictionary, so it is better place to examine request body.