-
Hey all,
Has rubberduck got a way of unit testing class event handler calls?
E.G.
```vb
Dim withEvents obj as SomeClass
set obj = new SomeClass
set objTracker = Fakes.trackEvents(obj)
ob…
-
It would be good to provide a guard test case with necessary mock system to provide a fake user.
It would allows end user to focus on user creation/update logic.
WDYT?
-
Currently end2end tests for the API use https://github.com/chneukirchen/bacon.
This means that aspiring contributors need to have experience with Ruby AND PHP.
I think it could make contributing e…
-
Did anyone get to run jest test successfully in a component that imports `quill-image-uploader`?
- Test suite failed to run
({"Object.":function(module,exports,require,__dirname,__filename,g…
-
This is a top-level issue to track supporting ref structs within generics. For additional details refer to https://github.com/dotnet/csharplang/issues/7608 and the older https://github.com/dotnet/csha…
-
```
What steps will reproduce the problem?
import mock, functools
f = functools.partial(lambda a, b : a + b, 1)
with mock.patch(f) as mf:
pass
-----
What is the expected output? What do you see…
-
There is IMAP server implementation here (still very much WIP): https://github.com/alienscience/imapsrv
It's not functional yet, but there is a lot of enthusiasm of making this server work and collab…
-
```
The C++11 standard introduces new "override" and "final" keywords in virtual
function declarations. The "override" keyword is especially useful in context
of creating mock functions. Macros MOCK…
-
```
The C++11 standard introduces new "override" and "final" keywords in virtual
function declarations. The "override" keyword is especially useful in context
of creating mock functions. Macros MOCK…
-
```
The C++11 standard introduces new "override" and "final" keywords in virtual
function declarations. The "override" keyword is especially useful in context
of creating mock functions. Macros MOCK…