You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the SVMOCK macro uses extends to define the mock class, we can't use it to mock an interface class. The easiest way I can think of is to provide the 'extends/implements' construct as a third argument.
Since the SVMOCK macro uses extends to define the mock class, we can't use it to mock an interface class. The easiest way I can think of is to provide the 'extends/implements' construct as a third argument.