Relative Content

Tag Archive for swiftxcodeunit-testingviper

How to test extension functions in Swift?

I’m currently working on unit testing for my presenter class, which implements a class with its methods. The issue I’m facing is that this class has methods declared in an extension, and when I’m creating the mock objects, I cannot override these functions.