-
We have an app running with [dynamoose](https://dynamoosejs.com/api)
Mocking the response from the database is proofing extremely difficult.
Has anyone managed to use aws-sdw-mock successfully wit…
-
### Jenkins and plugins versions report
Environment
```text
See minimal viable example below. Plugins should not play a role here.
```
### What Operating System are you …
-
Hi, right now I can listen to the requests and bypass them, but I cannot listen to what the server responds (when I bypass).
That would be useful for me to actually log the response, and use it as …
-
-
```
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…
-
I'm running into a NotAMockException thrown from Mockito.verify() when using PowerMockito with Robolectric. It occurs when I'm trying to mock out parts of a third-party library; I've written some cod…
-
Running manage.py sync_customers is broken and throws an AttributeError: invoices.
```
File "/pinax/stripe/actions/invoices.py", line 134, in sync_invoices_for_customer
for invoice in custome…
-
`EuiFormRow` automatically generates an id to link together field label with field input.
This works fine in production and dev. However, in a test environment this functionality is disabled and i…
-
**Is your feature request related to a problem? Please describe.**
Currently time consuming to perform end-to-end testing for orchestrations involving durable entities.
**Describe the solution y…