Additions
- Support passing NSExceptionName to raiseException matcher #776
Improvements
bundle update --bundler
&&bundle update
#774- [Stringers] Remove Linux-related workaround in NSNumber.testDescription #777
- Utilize
as NSString
bridging on Linux as well #778 - Utilize
as NSArray
bridging on Linux as well #779 - Utilize
as NSDictionary
bridging on Linux as well #780 - Reduce
#if canImport(Darwin)
usages in tests #781 - Remove SUPPORT_IMPLICIT_BRIDGING_CONVERSION conditional compilation #782
- Use
as
bridging for NSNumber #783