InstantMock
InstantMock copied to clipboard
Create mocks easily in Swift
How to do that since I cant make a protocol extends MockUsable?
I'd like to have a block of setUp with some pre determined default expectations. And I'd like to have an option to clear some pre determined one(s) at some test...
Do you have any solution for the case below? AuthenticationSession extends Model. However, I need to make both of then implement MockUsable. Since you are using static var, its impossible...