-
#### Version(if relevant): 2.14.9
I'd like to use `type-coverage-core` from our test framework in node. Unfortunately, the import style used in the project is incompatible with the recommended node…
-
My colleagues and I a currently working on extending the contacts API (as mentioned also in https://github.com/jpetrucciani/hubspot3/issues/39).
The tests for this (and other) API rely on HubSpot'…
-
Would you help me with the following scenario?
When I add a new entity with a foreign key the keys are not added automatically after I call context.SaveChanges().
```
class Parent
{
Guid I…
-
```
This is a great tool!
Do you have any plans to support the 'classextension' EasyMock framework?
```
Original issue reported on code.google.com by `alison.r...@gmail.com` on 22 Nov 2007 at 9:51
-
Had a question; in order to use this mock do I need to have a local instance running? Tried using just the lib itself but I kept getting a `ECONNREFUSED` error 🙁
-
## Proposal
Currently, tests are executed in JVM mode, so that we can generate a list of test ids, which are in turn used as an input to generate the native test image. However, technically speakin…
-
This is quite a nice feature in Mockito, which has a similar grammar to to UniversalMocker (not sure if that was intentional or not)
But essentially allowing me to return different values (or throw…
-
When testing the widget with `jest` in a `react` and `typescript` project, I get the following error:
`TypeError: autocompleteRef.current.setFields is not a function at node_modules/react-google-au…
-
The `captived` integration tests behave differently depending on the machine that is used to run them.
Specifically, the network interface status is different because some machines don't have wireles…
-
```
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…