-
A number of users are asking how to mock/stub/unit/integration test using the client.
It would be good to have a story (unit-testing.md?) where we can point users, and potentially look to release t…
-
I'm using NSwag to generate a Client.cs code from a YAML file. The problem I'm having is that NSwag is auto-generating type names like Data, Data2, Data3, as well as Response, Response2, Response3...…
-
### Describe the bug
When using `jest.setTimeout()` in a long-running async test, this has no effect in `create-react-app`.
When running the exact same test once in `create-react-app`, and once on…
-
### Problem
There's multiple scenarios where mocking static functions in tests doesn't work.
#### Scenario A
Static functions that are destructured when they are required in a module create a loc…
-
```
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…
-
Sometimes when mocking a class you might be in a situation where you want to save the arguments passed into the mocked function so you can use them late.
But it seems like arguments that gets pass…
-
Is this a dead project?
Just not time enough to work on it?
-
modelmapper-2.4.0-sources.jar!/org/modelmapper/internal/MappingEngineImpl.java:334
`Constructor constructor = type.getDeclaredConstructor();`
Java adds a reference to a parent class, when having…
-
**Is your feature request related to a problem? Please describe.**
As a new User of the Framework, Examples are very important to understand how to use the various DataObjects and Actions that are at…
-
Currently, api-stub is only enabled on server and server:test commands.
It should work uniformly across all test tasks.
taras updated
10 years ago