com.applitools.eyes.NullDebugScreenshotProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-core-java3-jersey2x Show documentation
Show all versions of eyes-sdk-core-java3-jersey2x Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes;
import java.awt.image.BufferedImage;
/**
* A mock debug screenshot provider.
*/
public class NullDebugScreenshotProvider extends DebugScreenshotsProvider {
@Override
public void save(BufferedImage image, String suffix) {
// Do nothing.
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy