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
There is no nice way to spy just one function of an object.
aa={someFun:function()?"doing something"endfunction}' what about?_brs_.spyFunction(aa,"someFun")aa.someFun("hey")' does nothingaa.someFun.called' trueaa.someFun.calledWith' ["hey"]aa.someFun.calledTimes' 1
The text was updated successfully, but these errors were encountered:
There is no nice way to spy just one function of an object.
The text was updated successfully, but these errors were encountered: