0.20.0: Eagle Eye #291
andrewchang-bird
announced in
Announcements
Replies: 1 comment 1 reply
-
I have something to point out: Since the async implementation is available to 5.5+ and the backward compatibility available in Xcode 13.2+, I think the target to use the framework would be Xcode 13.2+ / Swift 5.5+ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Targets
Framework
Generator
Migrating from 0.19
Mocking static members no longer requires referencing the
staticMock
property when resetting mocks or clearing stubs/invocations.New Features
Test async methods
You can now mock, stub, and verify async methods. Note that stubbing and verifying declarations requires the use of the
await
keyword due to limitations with Swift’s overload resolution. Thanks to @ailtonvivaz for implementing this feature (#277).Verify initializers
This release adds the ability to verify how mocks are initialized in cases where the metatype is provided to the system under test. Thanks to @myihsan for implementing this feature (#280).
Enhancements
@andrewchang-bird
@andrewchang-bird | @logicxd
@andrewchang-bird | Karl
@andrewchang-bird
@andrewchang-bird
This discussion was created from the release 0.20.0: Eagle Eye.
Beta Was this translation helpful? Give feedback.
All reactions