Ios swift – XCTestCase Multipart params with Alamofire using URLProtocolStub in Swift
I would like to know how can I test multipart sending params with Alamofire (network stack). Ex: send a string with an image (Data type). My issue is that when I receive a response, I get the URLRequest and I…