Searched refs:imgFile (Results 1 – 1 of 1) sorted by relevance
209 private void testThumbnail(int fileHandle, File imgFile, boolean isGoodThumb) in testThumbnail() argument221 Assert.assertNotNull("Fail to generate thumbnail:" + imgFile.getPath(), byteArray); in testThumbnail()225 } else Assert.assertNull("Bad image should return null:" + imgFile.getPath(), byteArray); in testThumbnail()