ལོག་སི་ཆ་མཉམ།
Appearance
Combined display of all available logs of Wikipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- ༡༥:༥༡, ༡༦ སྤྱི་ཟླ་དྲུག་པ། ༢༠༢༤ 110.235.217.74 བློ། created page Module:Lua-mock/Spy (Created page with "--- @classmod Spy --- Wraps a function and records the calls. -- For each call the arguments and return values are saved. local ValueMatcher = require 'Module:Lua-mock/ValueMatcher' local Spy = {} Spy.__index = Spy function Spy:__call( ... ) local returnValues = { self.wrappedFn(...) } local call = { arguments = {...}, returnValues = returnValues } table.insert(self.calls, call) return unpack(returnValues) end function Spy:reset...")