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
"The result of a mock method must not be accessed inside `every` or `verify`."+
93
-
" If you're trying to invoke a method with an extension receiver or context parameters,"+
94
-
" use the `dev.mokkery.templating.ext` or `dev.mokkery.templating.ctx` functions instead."
92
+
"""
93
+
The result of calling `$functionName` on $obj must not be accessed inside `every` or `verify`.
94
+
95
+
If you're trying to mock a method with an extension receiver or context parameters, use `dev.mokkery.templating.ext` or `dev.mokkery.templating.ctx` instead of Kotlin scope functions (e.g. `let`, `run`).
96
+
Otherwise, using scope functions here is not supported.
The result of calling `$functionName` on $obj must not be accessed inside `every` or `verify`.
169
+
170
+
If you're trying to mock a method with an extension receiver or context parameters, use `dev.mokkery.templating.ext` or `dev.mokkery.templating.ctx` instead of Kotlin scope functions (e.g. `let`, `run`).
171
+
Otherwise, using scope functions here is not supported.
0 commit comments