Closed strfn closed 3 years ago
More than happy to contribute back a fix if anyone can point me out to the right process to update and test the template.
Sorry for late reply, was on paternity leave for few months. Looking into it.
All I can say …. CONGRATULATIONS !
Happy to take care of it with some guidance (if it is not just quicker for you to fix it)
Done in 4.1
The generated MockFile is invalid (not compilable) if a static swift method needs to be exposed to Objective-c with a custom selector. i.e. using
@objc(thenewselect)
TheStaticVerify
andStaticPerform
part of the mock has the @objc annotation partly stripped outGiven the following protocol
The generated mockfile will be like