Krishna Subramanian

Results 3 comments of Krishna Subramanian

Hi @bogdan-bondar , my name is Krishna and I am a new employee at devolo. I will take over this (and other) PR from Sergey. I am facing an issue...

> In order to do it you can just manually create test `JpaTarget`s and mock the `targetManagement`, something like `when(targetManagement.findByRsql(any(), anyString())) .thenReturn(new PageImpl(Collections.singletonList(targetInPage1), PageRequest.of(0, 1), 2)) .thenReturn(new PageImpl(Collections.singletonList(targetInPage2), PageRequest.of(1, 1),...

Hi @bogdan-bondar , thanks for your comments on PR #1046. I have taken your input to improve the PR. In suggestions you had suggested using ByteArrayOutputStream#toByteArray(), but I have converted...