uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
805 stars 85 forks source link

Support RXSwift Traits: Single, Completable, Maybe, #174

Closed saltyskip closed 1 year ago

saltyskip commented 2 years ago

Is there any chance to support RXSwift trait types Single, Completable, and Maybe? I believe they would be handled in mostly the same way as the existing observables.

https://github.com/ReactiveX/RxSwift/blob/main/Documentation/Traits.md#rxswift-traits

sidepelican commented 1 year ago

Adding such a feature is not currently planned. However, a PR will be accepted if there is a case where it is absolutely necessary to have it.