Uses of Class
org.fest.assertions.Threshold
-
Uses of Threshold in org.fest.assertions
Fields in org.fest.assertions declared as ThresholdMethods in org.fest.assertions that return ThresholdModifier and TypeMethodDescriptionstatic ThresholdThreshold.threshold(int value) Creates a new.ThresholdMethods in org.fest.assertions with parameters of type ThresholdModifier and TypeMethodDescriptionprivate voidImageAssert.failIfNotEqual(RGBColor a, RGBColor e, Threshold threshold, int x, int y) private voidImageAssert.failIfNotEqualColor(BufferedImage expected, Threshold threshold) ImageAssert.isEqualTo(BufferedImage expected, Threshold threshold) Verifies that the actual image is equal to the given one.