Used:
SampleResponse sampleResponse = mock(SampleResponse.class); when(response.asJson(SampleResponse.class)).thenReturn(sampleResponse);
to make it work.