posted 10 years ago
If i need to mock RESTful resource class and the facade method as below, the facade won't be mocked.
e.g.,
How to mock the facade method call inside RESTful(JAX-RS) resource class? Is there possibility i can mock both resource class and method calls inside it.