-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
Is ts-mockito able to mock a single function? I've been trying without much success and I'm worried that it's not a supported use case... This lib has been a real blessing to work with so far (it's st…
-
-
I've just installed jest-react-hooks-shallow and added `enableHooks(jest, { dontMockByDefault: true })` in my test setup script, and I'm seeing countless test failures in tests that use `mount()`, mul…
-
For now the `categorize_dataset()` tests are not run in TravisCI to avoid having to figure out tokens
Helpful tutorial:
https://gargle.r-lib.org/articles/articles/managing-tokens-securely.html
…
-
It would be great to have this package covered with tests.
-
While trying to include only latest version of the packages used by flowjs i tried to update sinon to 1.17.2 but i've found out that FakeXMLHttpRequestUpload.js is tightly built atop of sinon 1.7.3.
…
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- […
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…