Searched refs:mismatchDescription (Results 1 – 3 of 3) sorted by relevance
150 protected void describeMismatchSafely(Bitmap item, Description mismatchDescription) { in hasNoScrim() argument151 super.describeMismatchSafely(item, mismatchDescription); in hasNoScrim()152 mismatchDescription.appendText(" mostFrequentColor: expected #" + in hasNoScrim()180 protected void describeMismatchSafely(Bitmap item, Description mismatchDescription) {181 super.describeMismatchSafely(item, mismatchDescription);182 mismatchDescription.appendText(" expected some color different from " +
80 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local91 Assert.fail(mismatchDescription); in assertAllPixelsOfColor()
229 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local237 throw new RuntimeException(mismatchDescription); in assertAllPixelsOfColor()239 Assert.fail(mismatchDescription); in assertAllPixelsOfColor()262 String mismatchDescription = failMessagePrefix in assertCenterPixelOfColor() local269 throw new RuntimeException(mismatchDescription); in assertCenterPixelOfColor()271 Assert.fail(mismatchDescription); in assertCenterPixelOfColor()