MockSwift icon indicating copy to clipboard operation
MockSwift copied to clipboard

Support for Swift Testing

Open johanblumenberg opened this issue 4 months ago • 0 comments

🚀 Describe the feature you'd like

Support for Swift Testing

Currently, Swift Testing is not supported. Validations like this does not cause tests to fail:

        then(custom).function(identifier: .match { !$0.isEmpty })
            .disambiguate(with: String.self)
            .called(times: >1)

johanblumenberg avatar Jul 29 '25 12:07 johanblumenberg