Searched refs:sentData (Results 1 – 1 of 1) sorted by relevance
129 ImageData sentData = imageDataCaptor.getValue(); in testPictureUpload() local130 assertArrayEquals(imageData.getImageBytes(), sentData.getImageBytes()); in testPictureUpload()131 assertNotNull(sentData.getId()); in testPictureUpload()132 String imageId = sentData.getId(); in testPictureUpload()