@@ -195,7 +195,7 @@ public boolean equals(BufferedImage image, double deviation) {
195
195
196
196
/**
197
197
* @param image BufferedImage to compare with.
198
- * @param resultingImagePath path to save to resulting images with diff
198
+ * @param resultingImagePath path with name to save to resulting images with diff
199
199
* @return true if the the provided image and current image are strictly equal.
200
200
*/
201
201
public boolean equalsWithDiff (BufferedImage image , String resultingImagePath ) {
@@ -205,7 +205,7 @@ public boolean equalsWithDiff(BufferedImage image, String resultingImagePath) {
205
205
206
206
/**
207
207
* @param image BufferedImage to compare with.
208
- * @param resultingImagePath path to save to resulting images with diff
208
+ * @param resultingImagePath path with name to save to resulting images with diff
209
209
* @param deviation allowed deviation while comparing
210
210
* @return true if the the provided image and current image are strictly equal.
211
211
*/
@@ -216,7 +216,7 @@ public boolean equalsWithDiff(BufferedImage image, String resultingImagePath, do
216
216
217
217
/**
218
218
* @param image Snapshot to compare with.
219
- * @param resultingImagePath path to save to resulting images with diff
219
+ * @param resultingImagePath path with name to save to resulting images with diff
220
220
* @return true if the the provided image and current image are strictly equal.
221
221
*/
222
222
public boolean equalsWithDiff (Snapshot image , String resultingImagePath ) {
@@ -226,7 +226,7 @@ public boolean equalsWithDiff(Snapshot image, String resultingImagePath) {
226
226
227
227
/**
228
228
* @param image Snapshot to compare with.
229
- * @param resultingImagePath path to save to resulting images with diff
229
+ * @param resultingImagePath path with name to save to resulting images with diff
230
230
* @param deviation allowed deviation while comparing
231
231
* @return true if the the provided image and current image are strictly equal.
232
232
*/
0 commit comments