Mockingjay icon indicating copy to clipboard operation
Mockingjay copied to clipboard

An elegant library for stubbing HTTP requests with ease in Swift

Results 26 Mockingjay issues
Sort by recently updated
recently updated
newest added

Hi. This pull-request merges the current bug fixes and support for Swift Package Manager into a working code base. You may consider merging the changes in a different order, but...

The error was fixed 2 months ago. Is it possible to create a new alpha build (3.0.0-alpha.2) and upload it to CocoaPods with the fix? @kylef

As the only dependency URITemplate supports it, just adding Package.swift would work fine.

I was thinking what would help me in testing. Callback when stub responds to request. I am more than happy to implement it. What do you think @kylef ?

Hi everyone, I'm currently implementing unit tests on my tvOS application and I'd like to mock HTTP requests from Apollo (GraphQL Client). I already use Mockingjay on my iOS app...

By default cocoapods uses the 2.0.1 version of Mockingjay which makes the build fail when using Swift 5 due to issue #110. You have to specify `pod 'Mockingjay', '3.0.0-alpha.1'` in...

I tried to use cocopod to import lib inside of my project but still run into problem like this Could not build Objective-C module 'Mockingjay' I used Swift 5 ![Screen...

I am running stub request test in XCTest and my case is as following: ``` func testExample() { func matchPath(request: URLRequest) -> Bool { let path = request.url?.path return path...

I have successfully installed via Cocoapods, imported the module in my XCTest class, and added methods. When I try and run my tests I see the below error. I have...

@kylef I've got a question about the future of the project. Do you think support for MockingJay and [URITemplate.swift](https://github.com/kylef/URITemplate.swift) will be continuing? There are multiple open pull requests which fix...