-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
While we've taken a very different approach to application architecture than we were first planning with Mayhem ( https://github.com/sitepen/mayhem ), there are a few things it did well that we may wa…
-
Please implement the HTTP POST "multipart" support, so that file upload will be possible.
Please follow the [Part Servlet API specification](https://docs.oracle.com/javaee/7/api/javax/servlet/http/Pa…
-
`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 …
-
Follow up to #106 is to keep thinking and improving on test performance and consistency. When running the tests, it's going through the https://www.hammerspoon.org/docs/hs.ipc.html API to communicate …
-
Hi
sorry this is not an issue
my question is, how to stub an operation result
let say I have opA and opB
there is a step in opB that depends on opA, and I want to mock failing operation for …
-
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…
-
### Expected Behavior
Mocking methods returning nullable value classes does not cause an infinite loop.
### Current Behavior
Mocking methods returning nullable value classes causes an infinit…
-
(Just realized I never made a public github issue for this, creating now for some preliminary discussion as I've started working on the implementation)
As part of [dagger/dagger#6102 (comment)](https…