-
## What problem are you trying to solve?
Starting with wiremock 3.x, the coordinates of the dependency changed
From
```xml
com.github.tomakehurst
wiremock-jre8
…
-
`placebo` provides feature to save recorded requests, but for this it has to talk to real AWS service to get some response what requires some credentials being in place and also breaks the assumption …
-
I am playing with WebSocket streaming data. How could you do testing aftermarket hours when there are no data from the WebSocket?
-
![image](https://user-images.githubusercontent.com/22742/141594063-11141b8b-acc7-4303-8671-2a8ca291962d.png)
-
I wish to knwo if there is any way to mock the CaptureDevices (CaptureDeviceList).
I need that to test several code, that relays on the detection of the devices, but, i can't make a mock or substi…
-
-
### Is your feature request related to a problem? Please describe
For new contributors, it cant take a while and be a bit confusing where to start when developing, as it requires setting up a provide…
-
RhinoMocks allows for the ability to return different objects the second, third, fourth etc. time that a method is called. This is particularly useful when you are mocking a factory for use in the cla…
-
It might be nice to encourage unit tests in studies and provide some tooling for it.
In the hypertension study (and still-WIP data-metrics study), I've got a little test harness method that runs a …
mikix updated
3 months ago
-
The tests are very fragille. Some of the calls to bamboo.io can be mocked, I start using [mock](http://pypi.python.org/pypi/mock) in bamboo, it's very helpful.
For that do call we can poll the statu…