Searched refs:expectedColorDepth (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DNoExtraBytesTest.java211 private int expectedColorDepth; field in class:NoExtraBytesTest
216 public NoExtraBytesTest(int type, int expectedColorDepth) { argument
219 this.expectedColorDepth = expectedColorDepth;
274 if (bpp != this.expectedColorDepth) {
276 " (should be " + this.expectedColorDepth + ")");

Completed in 84 milliseconds