56575859606162
@Mock private HttpClient httpClient; @Before public void setup() { RESTClientImpl restClient = new RESTClientImpl("test", "a", "b", httpClient); classUnderTest = new UserServiceImpl(restClient); }